PdgTable class.
More...
#include "PdgTable.h"
PdgTable class.
Definition at line 112 of file PdgTable.h.
◆ GetParticleCharge()
int pandora::PdgTable::GetParticleCharge |
( |
const int |
pdgCode | ) |
|
|
inlinestatic |
Get the charge of a particle type.
- Parameters
-
pdgCode | the pdg code (or particle type) |
- Returns
- the charge
Definition at line 227 of file PdgTable.h.
◆ GetParticleMass()
float pandora::PdgTable::GetParticleMass |
( |
const int |
pdgCode | ) |
|
|
inlinestatic |
Get the mass of a particle type.
- Parameters
-
pdgCode | the pdg code (or particle type) |
- Returns
- the mass
Definition at line 205 of file PdgTable.h.
◆ GetParticleName()
std::string pandora::PdgTable::GetParticleName |
( |
const int |
pdgCode | ) |
|
|
inlinestatic |
Get the name of a particle type as a string.
- Parameters
-
pdgCode | the pdg code (or particle type) |
- Returns
- the name
Definition at line 183 of file PdgTable.h.
◆ GetParticlePdgCode()
int pandora::PdgTable::GetParticlePdgCode |
( |
const int |
pdgCode | ) |
|
|
inlinestatic |
Get the pdg code of a particle type.
- Parameters
-
pdgCode | the pdg code (or particle type) |
- Returns
- the name
Definition at line 194 of file PdgTable.h.
◆ GetParticleType()
ParticleType pandora::PdgTable::GetParticleType |
( |
const int |
pdgCode | ) |
|
|
inlinestatic |
Get the particle type for a given pdg code.
- Parameters
-
- Returns
- the particle type
Definition at line 172 of file PdgTable.h.
◆ GetParticleWidth()
float pandora::PdgTable::GetParticleWidth |
( |
const int |
pdgCode | ) |
|
|
inlinestatic |
Get the width of a particle type.
- Parameters
-
pdgCode | the pdg code (or particle type) |
- Returns
- the width
Definition at line 216 of file PdgTable.h.
The documentation for this class was generated from the following file: