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