22#include "BDSParticleMilli.hh"
23#include "BDSGlobalConstants.hh"
25#include "G4SystemOfUnits.hh"
26#include "G4ParticleTable.hh"
32 if (theInstance !=0)
return theInstance;
36 G4ParticleTable* pTable = G4ParticleTable::GetParticleTable();
37 G4ParticleDefinition* anInstance = pTable->FindParticle(name);
55 anInstance =
new G4ParticleDefinition(
56 name, mass*MeV, 0.0*MeV, charge*eplus,
59 "fermion", 0, 0, pdgID,
static BDSGlobalConstants * Instance()
Access method.