#include <ParticleTable.h>
Public Member Functions | |
const HepPDT::ParticleDataTable * | theTable () const |
Get the pointer to the particle data table. More... | |
Static Public Member Functions | |
static ParticleTable * | instance (const HepPDT::ParticleDataTable *pdt) |
static ParticleTable * | instance () |
Private Member Functions | |
ParticleTable (const HepPDT::ParticleDataTable *pdt) | |
Private Attributes | |
const HepPDT::ParticleDataTable * | pdt_ |
Static Private Attributes | |
static ParticleTable * | myself =0 |
Definition at line 7 of file ParticleTable.h.
|
inlineprivate |
|
static |
Definition at line 7 of file ParticleTable.cc.
References myself, and ParticleTable().
|
inlinestatic |
Definition at line 15 of file ParticleTable.h.
References myself.
Referenced by TauHadronDecayFilter::beginRun(), PFSimParticleProducer::beginRun(), RawParticle::init(), and FamosManager::setupGeometryAndField().
|
inline |
Get the pointer to the particle data table.
Definition at line 12 of file ParticleTable.h.
References pdt_.
Referenced by RawParticle::setID().
|
staticprivate |
Definition at line 20 of file ParticleTable.h.
Referenced by instance().
|
private |
Definition at line 21 of file ParticleTable.h.
Referenced by theTable().