void setBarcode(int barcode)
std::vector< TauolaParticle * > getMothers()
int getDaughterRangeEnd()
int getSecondMotherIndex()
bool isMotherOf(TauolaHEPEVTParticle *p)
TauolaHEPEVTParticle * createNewParticle(int pdg_id, int status, double mass, double px, double py, double pz, double e)
Abstract base class for particle in the event. This class also handles boosting.
int getDaughterRangeStart()
void setMothers(std::vector< TauolaParticle * > mothers)
TauolaHEPEVTParticle(int pdgid, int status, double px, double py, double pz, double e, double m, int ms, int me, int ds, int de)
void setPdgID(int pdg_id)
void setEvent(TauolaHEPEVTEvent *event)
Single particle of HEPEVT event record.
int getFirstMotherIndex()
void setDaughters(std::vector< TauolaParticle * > daughters)
void checkMomentumConservation()
std::vector< TauolaParticle * > getDaughters()
void setMass(double mass)
bool isDaughterOf(TauolaHEPEVTParticle *p)
void setStatus(int statu)