LauDatabasePDG.hh Singleton class that provides access to particle property records. Definition: LauDatabasePDG.hh:47 const LauParticlePDG * createParticle(Int_t theCode) Create particle in the database for a given PDG code and return the new particle. Definition: LauDatabasePDG.cc:188 void addMissingParticles() Add particles to the ROOT database that are missing from the default setup. Definition: LauDatabasePDG.cc:102 LauDatabasePDG(const LauDatabasePDG &other) Copy constructor (not inplemented) std::map< Int_t, const LauParticlePDG * > LauPDGList The type to hold the list of wrapped particle objects. Definition: LauDatabasePDG.hh:136 static TString string(Int_t code) Method to convert from a PDG code to a particle name string. Definition: LauDatabasePDG.cc:93 TString pdgName(Int_t theCode) Get the associated name string for a given pdgCode. Definition: LauDatabasePDG.cc:283 static const LauParticlePDG * particle(Int_t code) Get particle object based on the PDG code. Definition: LauDatabasePDG.cc:78 LauDatabasePDG & operator=(const LauDatabasePDG &other) Copy assignment (not implemented) static Int_t code(const TString &string) Method to convert from a particle name string into a PDG code. Definition: LauDatabasePDG.cc:88 Int_t pdgCode(const TString &theString) Get the associated pdgCode for a given particle name string. Definition: LauDatabasePDG.cc:273 Generated by ![]() |