EDM4eic
EIC data model
|
#include <MutableMCRecoTrackerHitAssociation.h>
Public Types | |
using | object_type = MCRecoTrackerHitAssociation |
using | collection_type = MCRecoTrackerHitAssociationCollection |
Public Member Functions | |
MutableMCRecoTrackerHitAssociation () | |
default constructor | |
MutableMCRecoTrackerHitAssociation (float weight) | |
Constructor initializing all members. | |
MutableMCRecoTrackerHitAssociation (const MutableMCRecoTrackerHitAssociation &other)=default | |
copy constructor | |
MutableMCRecoTrackerHitAssociation & | operator= (MutableMCRecoTrackerHitAssociation other) |
copy-assignment operator | |
MutableMCRecoTrackerHitAssociation | clone () const |
create a mutable deep-copy of the object with identical relations | |
~MutableMCRecoTrackerHitAssociation ()=default | |
destructor | |
operator MCRecoTrackerHitAssociation () const | |
conversion to const 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. | |
void | setWeight (float value) |
Set the weight of this association. | |
void | setRawHit (edm4eic::RawTrackerHit value) |
Set the reference to the digitized hit. | |
void | setSimHit (edm4hep::SimTrackerHit value) |
Set 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 MutableMCRecoTrackerHitAssociation &other) const |
bool | operator== (const MCRecoTrackerHitAssociation &other) const |
bool | operator< (const MutableMCRecoTrackerHitAssociation &other) const |
podio::ObjectID | id () const |
const podio::ObjectID | getObjectID () const |
Association between a RawTrackerHit and a SimTrackerHit
using edm4eic::MutableMCRecoTrackerHitAssociation::collection_type = MCRecoTrackerHitAssociationCollection |
edm4eic::MutableMCRecoTrackerHitAssociation::MutableMCRecoTrackerHitAssociation | ( | ) |
default constructor
edm4eic::MutableMCRecoTrackerHitAssociation::MutableMCRecoTrackerHitAssociation | ( | float | weight | ) |
Constructor initializing all members.
|
default |
copy constructor
|
default |
destructor
MutableMCRecoTrackerHitAssociation edm4eic::MutableMCRecoTrackerHitAssociation::clone | ( | ) | const |
create a mutable deep-copy of the object with identical relations
const podio::ObjectID edm4eic::MutableMCRecoTrackerHitAssociation::getObjectID | ( | ) | const |
const edm4eic::RawTrackerHit edm4eic::MutableMCRecoTrackerHitAssociation::getRawHit | ( | ) | const |
Access the reference to the digitized hit.
const edm4hep::SimTrackerHit edm4eic::MutableMCRecoTrackerHitAssociation::getSimHit | ( | ) | const |
Access the reference to the simulated hit.
float edm4eic::MutableMCRecoTrackerHitAssociation::getWeight | ( | ) | const |
Access the weight of this association.
|
inline |
bool edm4eic::MutableMCRecoTrackerHitAssociation::isAvailable | ( | ) | const |
check whether the object is actually available
edm4eic::MutableMCRecoTrackerHitAssociation::operator MCRecoTrackerHitAssociation | ( | ) | const |
conversion to const object
|
inline |
MutableMCRecoTrackerHitAssociation & edm4eic::MutableMCRecoTrackerHitAssociation::operator= | ( | MutableMCRecoTrackerHitAssociation | other | ) |
copy-assignment operator
bool edm4eic::MutableMCRecoTrackerHitAssociation::operator== | ( | const MCRecoTrackerHitAssociation & | other | ) | const |
|
inline |
void edm4eic::MutableMCRecoTrackerHitAssociation::setRawHit | ( | edm4eic::RawTrackerHit | value | ) |
Set the reference to the digitized hit.
void edm4eic::MutableMCRecoTrackerHitAssociation::setSimHit | ( | edm4hep::SimTrackerHit | value | ) |
Set the reference to the simulated hit.
void edm4eic::MutableMCRecoTrackerHitAssociation::setWeight | ( | float | value | ) |
Set the weight of this association.
|
inline |
disconnect from MCRecoTrackerHitAssociationObj instance
|
friend |
|
friend |
|
friend |
|
friend |