Static Public Member Functions |
Private Types |
Private Member Functions |
Static Private Member Functions |
Private Attributes |
Static Private Attributes |
List of all members
LauDatabasePDG Class Reference Singleton class that provides access to particle property records. More...
Detailed DescriptionSingleton class that provides access to particle property records. Singleton class that provides access to particle property records from the ROOT database and adds missing particles to the default setup. Particles may be accessed by both string and PDG code. Definition at line 47 of file LauDatabasePDG.hh. Member Function Documentation◆ code()
Method to convert from a particle name string into a PDG code.
Definition at line 88 of file LauDatabasePDG.cc. ◆ createParticle() [1/2]
Create particle in the database for a given string and return the new particle.
Definition at line 256 of file LauDatabasePDG.cc. ◆ createParticle() [2/2]
Create particle in the database for a given PDG code and return the new particle.
Definition at line 188 of file LauDatabasePDG.cc. ◆ particle() [1/2]
Get particle object based on the particle name string.
Definition at line 83 of file LauDatabasePDG.cc. ◆ particle() [2/2]
Get particle object based on the PDG code.
Definition at line 78 of file LauDatabasePDG.cc. ◆ pdgCode()
Get the associated pdgCode for a given particle name string.
Definition at line 273 of file LauDatabasePDG.cc. ◆ pdgName()
Get the associated name string for a given pdgCode.
Definition at line 283 of file LauDatabasePDG.cc. ◆ string()
Method to convert from a PDG code to a particle name string.
Definition at line 93 of file LauDatabasePDG.cc. The documentation for this class was generated from the following files:
Generated by 1.8.18 |