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:246 void addMissingParticles() Add particles to the ROOT database that are missing from the default setup. Definition: LauDatabasePDG.cc:88 Singleton class that provides access to particle property records. Definition: LauDatabasePDG.hh:32 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:64 std::map< Int_t, const LauParticlePDG * > LauPDGList The type to hold the list of wrapped particle objects. Definition: LauDatabasePDG.hh:121 const LauParticlePDG * createParticle(Int_t theCode) Create particle in the database for a given PDG code and return the new particle. ... Definition: LauDatabasePDG.cc:158 Int_t pdgCode(const TString &theString) Get the associated pdgCode for a given particle name string. Definition: LauDatabasePDG.cc:236 static Int_t code(const TString &string) Method to convert from a particle name string into a PDG code. Definition: LauDatabasePDG.cc:74 static TString string(Int_t code) Method to convert from a PDG code to a particle name string. Definition: LauDatabasePDG.cc:79 Generated by 1.8.5 |