PhotoMultiplierHitConst.h
Go to the documentation of this file.
34 ConstPhotoMultiplierHit(long long cellID, long flag, long g4ID, dd4pod::FourVector position, dd4pod::FourVector momentum, double length, dd4pod::MonteCarloContrib truth, double energy);
const long & flag() const
Access the User flag to classify hits.
Definition: PhotoMultiplierHitConst.cc:54
const dd4pod::FourVector & momentum() const
Access the momentum.
Definition: PhotoMultiplierHitConst.cc:57
Definition: MonteCarloContrib.h:11
const long & g4ID() const
Access the Original Geant 4 track identifier of the creating track (debugging)
Definition: PhotoMultiplierHitConst.cc:55
const dd4pod::MonteCarloContrib & truth() const
Access the truth.
Definition: PhotoMultiplierHitConst.cc:59
Definition: Geant4Output2Podio.h:12
bool operator==(const ConstPhotoMultiplierHit &other) const
Definition: PhotoMultiplierHitConst.h:87
ConstPhotoMultiplierHit & operator=(const ConstPhotoMultiplierHit &other)
copy-assignment operator
Definition: PhotoMultiplierHitConst.cc:36
Definition: FourVector.h:11
bool isAvailable() const
check whether the object is actually available
Definition: PhotoMultiplierHitConst.cc:67
bool operator<(const ConstPhotoMultiplierHit &other) const
Definition: PhotoMultiplierHitConst.h:91
A Collection is identified by an ID.
Definition: PhotoMultiplierHitCollection.h:50
const podio::ObjectID getObjectID() const
Definition: PhotoMultiplierHitConst.cc:74
const dd4pod::FourVector & position() const
Access the position.
Definition: PhotoMultiplierHitConst.cc:56
ConstPhotoMultiplierHit clone() const
support cloning (deep-copy)
Definition: PhotoMultiplierHitConst.cc:46