Interface to GenParticle objects.
Abstract base class for particle in the event. This class also handles boosting.
PhotosHepMC3Particle * createNewParticle(int pdg_id, int status, double mass, double px, double py, double pz, double e)
void setMothers(std::vector< PhotosParticle * > mothers)
void setDaughters(std::vector< PhotosParticle * > daughters)
bool checkMomentumConservation()
void setStatus(int statu)
GenParticlePtr getHepMC3()
std::vector< PhotosParticle * > getAllDecayProducts()
void clear(std::vector< PhotosParticle * > v)
void createSelfDecayVertex(PhotosParticle *out)
void addDaughter(PhotosParticle *daughter)
void setMass(double mass)
void createHistoryEntry()
PhotosHepMC3Particle(GenParticlePtr particle)
std::vector< PhotosParticle * > getMothers()
std::vector< PhotosParticle * > getDaughters()
PhotosHepMC3Particle(int pdg_id, int status, double mass)
void setPdgID(int pdg_id)