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