|
ACTS
Experiment-independent tracking
|
Particle identification based on PDG number. More...
Functions | |
| HadronType | hadronType (PdgParticle pdg) |
| bool | isElectron (PdgParticle pdg) |
| Check if the particle is an electron. | |
| bool | isHadron (PdgParticle pdg) |
| Check if the particle is a hadron. | |
| bool | isInteracting (PdgParticle pdg) |
| Check if the particle is interacting. | |
| bool | isLepton (PdgParticle pdg) |
| Check if the particle is a lepton. | |
| bool | isMuon (PdgParticle pdg) |
| Check if the particle is a muon. | |
| bool | isPhoton (PdgParticle pdg) |
| Check if the particle is a photon. | |
| bool | isQuark (PdgParticle pdg) |
| Check if the particle is a quark. | |
| bool | isTau (PdgParticle pdg) |
| Check if the particle is a tau. | |
Particle identification based on PDG number.
| HadronType Acts::ParticleIdHelper::hadronType | ( | PdgParticle | pdg | ) |
| bool Acts::ParticleIdHelper::isElectron | ( | PdgParticle | pdg | ) |
Check if the particle is an electron.
| pdg | PDG particle number |
| bool Acts::ParticleIdHelper::isHadron | ( | PdgParticle | pdg | ) |
Check if the particle is a hadron.
| pdg | PDG particle number |
| bool Acts::ParticleIdHelper::isInteracting | ( | PdgParticle | pdg | ) |
Check if the particle is interacting.
| pdg | PDG particle number |
| bool Acts::ParticleIdHelper::isLepton | ( | PdgParticle | pdg | ) |
Check if the particle is a lepton.
| pdg | PDG particle number |
| bool Acts::ParticleIdHelper::isMuon | ( | PdgParticle | pdg | ) |
Check if the particle is a muon.
| pdg | PDG particle number |
| bool Acts::ParticleIdHelper::isPhoton | ( | PdgParticle | pdg | ) |
Check if the particle is a photon.
| pdg | PDG particle number |
| bool Acts::ParticleIdHelper::isQuark | ( | PdgParticle | pdg | ) |
Check if the particle is a quark.
| pdg | PDG particle number |
| bool Acts::ParticleIdHelper::isTau | ( | PdgParticle | pdg | ) |
Check if the particle is a tau.
| pdg | PDG particle number |