CepGen 1.2.5
Central exclusive processes event generator
|
Functions | |
registerParticle (int pdgid, str name, float mass=0., float width=0., int charge=0, int colour=1, bool fermion=False) | |
Define a new particle type into the PDG library. | |
Variables | |
PDG | |
Named list of PDG identifiers. | |
registerParticle | ( | int | pdgid, |
str | name, | ||
float | mass = 0. , |
||
float | width = 0. , |
||
int | charge = 0 , |
||
int | colour = 1 , |
||
bool | fermion = False |
||
) |
pdgid | Integer-type PDG identifier |
name | Computer-safe (and preferably human-readable) particle name |
mass | Particle on-shell mass (in GeV/c^2) |
width | Decay width (in GeV) |
charge | Particle electric charge (in e) |
colour | Colour charge |
fermion | Is the particle following the fermion statistics? |
Definition at line 37 of file PDG_cfi.py.
PDG |
Definition at line 10 of file PDG_cfi.py.