CalorimeterHit.cc
Go to the documentation of this file.
20 CalorimeterHit::CalorimeterHit(long long cellID, long flag, long g4ID, dd4pod::FourVector position, dd4pod::MonteCarloContrib truth, double energyDeposit) : m_obj(new CalorimeterHitObj()) {
bool isAvailable() const
check whether the object is actually available
Definition: CalorimeterHit.cc:76
Definition: CalorimeterHit.h:27
parameter value(const doc_string &label, Targets &&... tgts)
makes required, blocking, repeatable value parameter; matches any non-empty string
Definition: clipp.h:2094
Definition: MonteCarloContrib.h:11
Definition: Geant4Output2Podio.h:12
const podio::ObjectID getObjectID() const
Definition: CalorimeterHit.cc:83
long g4ID
Original Geant4 track identifier of the creating track (debugging)
Definition: CalorimeterHitData.h:20
Definition: FourVector.h:11
Definition: CalorimeterHitObj.h:18
std::ostream & operator<<(std::ostream &o, const ConstCalorimeterHit &value)
Definition: CalorimeterHit.cc:94
bool operator==(const CalorimeterHit &other) const
Definition: CalorimeterHit.h:111
const long & g4ID() const
Access the Original Geant4 track identifier of the creating track (debugging)
Definition: CalorimeterHit.cc:55
CalorimeterHit & operator=(const CalorimeterHit &other)
copy-assignment operator
Definition: CalorimeterHit.cc:34