|
EDM4eic
EIC data model
|
#include <MCRecoTrackerHitAssociation.h>
Public Types | |
| using | mutable_type = MutableMCRecoTrackerHitAssociation |
| using | collection_type = MCRecoTrackerHitAssociationCollection |
Public Member Functions | |
| MCRecoTrackerHitAssociation () | |
| default constructor | |
| MCRecoTrackerHitAssociation (const float weight) | |
| Constructor initializing all members. | |
| MCRecoTrackerHitAssociation (const MCRecoTrackerHitAssociation &other)=default | |
| copy constructor | |
| MCRecoTrackerHitAssociation & | operator= (MCRecoTrackerHitAssociation other) & |
| copy-assignment operator | |
| MCRecoTrackerHitAssociation & | operator= (MCRecoTrackerHitAssociation other) &&=delete |
| MutableMCRecoTrackerHitAssociation | clone (bool cloneRelations=true) const |
| ~MCRecoTrackerHitAssociation ()=default | |
| destructor | |
| MCRecoTrackerHitAssociation (const MutableMCRecoTrackerHitAssociation &other) | |
| converting constructor from mutable object | |
| float | getWeight () const |
| Access the weight of this association. | |
| const edm4eic::RawTrackerHit | getRawHit () const |
| Access the reference to the digitized hit. | |
| const edm4hep::SimTrackerHit | getSimHit () const |
| Access the reference to the simulated hit. | |
| bool | isAvailable () const |
| check whether the object is actually available | |
| void | unlink () |
| disconnect from MCRecoTrackerHitAssociationObj instance | |
| bool | operator== (const MCRecoTrackerHitAssociation &other) const |
| bool | operator== (const MutableMCRecoTrackerHitAssociation &other) const |
| bool | operator!= (const MCRecoTrackerHitAssociation &other) const |
| bool | operator!= (const MutableMCRecoTrackerHitAssociation &other) const |
| bool | operator< (const MCRecoTrackerHitAssociation &other) const |
| podio::ObjectID | id () const |
| const podio::ObjectID | getObjectID () const |
Static Public Member Functions | |
| static MCRecoTrackerHitAssociation | makeEmpty () |
Static Public Attributes | |
| static constexpr std::string_view | typeName = "edm4eic::MCRecoTrackerHitAssociation" |
Friends | |
| class | MutableMCRecoTrackerHitAssociation |
| class | MCRecoTrackerHitAssociationCollection |
| class | edm4eic::MCRecoTrackerHitAssociationCollectionData |
| class | MCRecoTrackerHitAssociationCollectionIterator |
| podio::detail::OrderKey | podio::detail::getOrderKey (const MCRecoTrackerHitAssociation &obj) |
| void | swap (MCRecoTrackerHitAssociation &a, MCRecoTrackerHitAssociation &b) |
Association between a RawTrackerHit and a SimTrackerHit
| edm4eic::MCRecoTrackerHitAssociation::MCRecoTrackerHitAssociation | ( | ) |
default constructor
| edm4eic::MCRecoTrackerHitAssociation::MCRecoTrackerHitAssociation | ( | const float | weight | ) |
Constructor initializing all members.
|
default |
copy constructor
|
default |
destructor
| edm4eic::MCRecoTrackerHitAssociation::MCRecoTrackerHitAssociation | ( | const MutableMCRecoTrackerHitAssociation & | other | ) |
converting constructor from mutable object
| MutableMCRecoTrackerHitAssociation edm4eic::MCRecoTrackerHitAssociation::clone | ( | bool | cloneRelations = true | ) | const |
create a mutable deep-copy of the object with identical relations if cloneRelations=false, the relations are not cloned and will be empty
| const podio::ObjectID edm4eic::MCRecoTrackerHitAssociation::getObjectID | ( | ) | const |
| const edm4eic::RawTrackerHit edm4eic::MCRecoTrackerHitAssociation::getRawHit | ( | ) | const |
Access the reference to the digitized hit.
| const edm4hep::SimTrackerHit edm4eic::MCRecoTrackerHitAssociation::getSimHit | ( | ) | const |
Access the reference to the simulated hit.
| float edm4eic::MCRecoTrackerHitAssociation::getWeight | ( | ) | const |
Access the weight of this association.
|
inline |
| bool edm4eic::MCRecoTrackerHitAssociation::isAvailable | ( | ) | const |
check whether the object is actually available
|
static |
|
inline |
|
inline |
|
inline |
| MCRecoTrackerHitAssociation & edm4eic::MCRecoTrackerHitAssociation::operator= | ( | MCRecoTrackerHitAssociation | other | ) | & |
copy-assignment operator
|
delete |
|
inline |
| bool edm4eic::MCRecoTrackerHitAssociation::operator== | ( | const MutableMCRecoTrackerHitAssociation & | other | ) | const |
|
inline |
disconnect from MCRecoTrackerHitAssociationObj instance
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
staticconstexpr |