Geant4Particle.h
Go to the documentation of this file.
37 Geant4Particle(int ID, int g4Parent, int reason, int mask, int steps, int secondaries, int pdgID, int status, std::array<int, 2> colorFlow, int genStatus, int charge, std::array<int, 1> spare, std::array<float, 3> spin, double vsx, double vsy, double vsz, double vex, double vey, double vez, double psx, double psy, double psz, double pex, double pey, double pez, double mass, double time, double properTime);
unsigned int daughters_size() const
Definition: Geant4Particle.cc:197
Geant4Particle & operator=(const Geant4Particle &other)
copy-assignment operator
Definition: Geant4Particle.cc:56
podio::RelationRange< int > daughters() const
Definition: Geant4Particle.cc:208
parameter value(const doc_string &label, Targets &&... tgts)
makes required, blocking, repeatable value parameter; matches any non-empty string
Definition: clipp.h:2094
Definition: Geant4Particle.h:27
const podio::ObjectID getObjectID() const
Definition: Geant4Particle.cc:228
bool operator==(const Geant4Particle &other) const
Definition: Geant4Particle.h:272
podio::RelationRange< int > parents() const
Definition: Geant4Particle.cc:172
Definition: Geant4Output2Podio.h:12
Definition: Geant4ParticleObj.h:20
std::vector< int >::const_iterator daughters_end() const
Definition: Geant4Particle.cc:191
std::vector< int >::const_iterator parents_end() const
Definition: Geant4Particle.cc:155
bool isAvailable() const
check whether the object is actually available
Definition: Geant4Particle.cc:221
std::vector< int >::const_iterator parents_begin() const
Definition: Geant4Particle.cc:149
bool operator<(const Geant4Particle &other) const
Definition: Geant4Particle.h:276
std::ostream & operator<<(std::ostream &o, const ConstCalorimeterHit &value)
Definition: CalorimeterHit.cc:94
A Collection is identified by an ID.
Definition: Geant4ParticleCollection.h:50
std::vector< int >::const_iterator daughters_begin() const
Definition: Geant4Particle.cc:185
unsigned int parents_size() const
Definition: Geant4Particle.cc:161