ATLAS Offline Software
|
#include <PdgToParticleHypothesis.h>
Public Member Functions | |
PdgToParticleHypothesis ()=default | |
Constructor. More... | |
Trk::ParticleHypothesis | convert (int pdg, bool &stable, bool &exiting, double charge=1.) const |
Converter method : PDG -> Particle Hyptothesis. More... | |
Trk::ParticleHypothesis | convert (int pdg, double charge=1.) const |
Converter method : PDG -> Particle Hyptothesis , w/o stable exiting. More... | |
int | convert (Trk::ParticleHypothesis particleHypo, double charge, bool dist=true) const |
Converter method : Particle Hyptothesis -> PDG. More... | |
small converter from the (abs) PDG code to the particle hypothsis used in Tracking
Definition at line 28 of file PdgToParticleHypothesis.h.
|
default |
Constructor.
Trk::ParticleHypothesis Trk::PdgToParticleHypothesis::convert | ( | int | pdg, |
bool & | stable, | ||
bool & | exiting, | ||
double | charge = 1. |
||
) | const |
Converter method : PDG -> Particle Hyptothesis.
Trk::ParticleHypothesis Trk::PdgToParticleHypothesis::convert | ( | int | pdg, |
double | charge = 1. |
||
) | const |
Converter method : PDG -> Particle Hyptothesis , w/o stable exiting.
int Trk::PdgToParticleHypothesis::convert | ( | Trk::ParticleHypothesis | particleHypo, |
double | charge, | ||
bool | dist = true |
||
) | const |
Converter method : Particle Hyptothesis -> PDG.