EDM4eic
EIC data model
|
#include <MCRecoTrackerHitAssociation.h>
Public Types | |
using | mutable_type = MutableMCRecoTrackerHitAssociation |
using | collection_type = MCRecoTrackerHitAssociationCollection |
Public Member Functions | |
MCRecoTrackerHitAssociation () | |
default constructor | |
MCRecoTrackerHitAssociation (float weight) | |
Constructor initializing all members. | |
MCRecoTrackerHitAssociation (const MCRecoTrackerHitAssociation &other)=default | |
copy constructor | |
MCRecoTrackerHitAssociation & | operator= (MCRecoTrackerHitAssociation other) |
copy-assignment operator | |
MutableMCRecoTrackerHitAssociation | clone () const |
create a mutable deep-copy of the object with identical relations | |
~MCRecoTrackerHitAssociation ()=default | |
destructor | |
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 |
podio::ObjectID | id () const |
const podio::ObjectID | getObjectID () const |
Static Public Member Functions | |
static MCRecoTrackerHitAssociation | makeEmpty () |
Association between a RawTrackerHit and a SimTrackerHit
edm4eic::MCRecoTrackerHitAssociation::MCRecoTrackerHitAssociation | ( | ) |
default constructor
edm4eic::MCRecoTrackerHitAssociation::MCRecoTrackerHitAssociation | ( | float | weight | ) |
Constructor initializing all members.
|
default |
copy constructor
|
default |
destructor
MutableMCRecoTrackerHitAssociation edm4eic::MCRecoTrackerHitAssociation::clone | ( | ) | const |
create a mutable deep-copy of the object with identical relations
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 |
MCRecoTrackerHitAssociation & edm4eic::MCRecoTrackerHitAssociation::operator= | ( | MCRecoTrackerHitAssociation | other | ) |
copy-assignment operator
|
inline |
bool edm4eic::MCRecoTrackerHitAssociation::operator== | ( | const MutableMCRecoTrackerHitAssociation & | other | ) | const |
|
inline |
disconnect from MCRecoTrackerHitAssociationObj instance
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |