Helper class for setting additional TParticlePDG members and storing the ones it doesn't have yet.
More...
|
| | EvtGenParticlePDG (const char *name, const char *title, Double_t mass, Bool_t stable, Double_t width, Double_t charge, const char *ParticleClass, Int_t PDGcode, Int_t Anti, Int_t TrackingCode, Double_t Lifetime, Double_t Spin, Double_t maxWidth, int pythiaID) |
| | Construct with all values.
|
| |
| Double_t | MaxWidth () const |
| | Return max width (max_Dm in evt.pdl)
|
| |
| Int_t | PythiaID () const |
| | Return pythia id of this particle.
|
| |
| std::string | __repr__ () const |
| | Return a string repesentation of this particle to be used when printing the particle in python.
|
| |
Helper class for setting additional TParticlePDG members and storing the ones it doesn't have yet.
ROOT defines the members for lifteme a but has no way to set them, so let's make a class which has. Also we need a few additional members to represent all data in evtgen/evt.pdl
Definition at line 22 of file EvtGenParticlePDG.h.