void setStatus(int statu)
void setBarcode(int barcode)
bool isDaughterOf(PhotosHEPEVTParticle *p)
vector< PhotosHEPEVTParticle * > cache
int getDaughterRangeStart()
void addDaughter(PhotosParticle *daughter)
bool isMotherOf(PhotosHEPEVTParticle *p)
int getSecondMotherIndex()
PhotosHEPEVTParticle * createNewParticle(int pdg_id, int status, double mass, double px, double py, double pz, double e)
void createHistoryEntry()
std::vector< PhotosParticle * > getMothers()
std::vector< PhotosParticle * > getDaughters()
void setDaughterRangeEnd(int i)
void setDaughterRangeStart(int i)
bool checkMomentumConservation()
void setEvent(PhotosHEPEVTEvent *event)
std::vector< PhotosParticle * > getAllDecayProducts()
int getDaughterRangeEnd()
void setDaughters(std::vector< PhotosParticle * > daughters)
void setMass(double mass)
void setPdgID(int pdg_id)
void setMothers(std::vector< PhotosParticle * > mothers)
PhotosHEPEVTEvent * m_event
void createSelfDecayVertex(PhotosParticle *out)
PhotosHEPEVTParticle(int pdgid, int status, double px, double py, double pz, double e, double m, int ms, int me, int ds, int de)
int getFirstMotherIndex()