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