CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch2/src/FastSimulation/Particle/src/ParticleTable.cc

Go to the documentation of this file.
00001 #include "FastSimulation/Particle/interface/ParticleTable.h"
00002 
00003 ParticleTable*
00004 ParticleTable::myself=0; 
00005 
00006 ParticleTable* 
00007 ParticleTable::instance(const HepPDT::ParticleDataTable* pdt) {
00008   if (!myself) myself = new ParticleTable(pdt);
00009   return myself;
00010 }