#include </builds/gaudi/Gaudi/GaudiPartProp/include/Gaudi/Tr/TrackDefaultParticles.h>
|
| static constexpr std::array< double, 5 > | s_mass = { 0.51099891, 105.65837, 139.57018, 493.677, 938.27203 } |
| |
Definition at line 21 of file TrackDefaultParticles.h.
◆ validated_pid_t
◆ PID() [1/3]
| constexpr Gaudi::Tr::PID::PID |
( |
const int |
id | ) |
|
|
inlineexplicitconstexpr |
◆ PID() [2/3]
◆ PID() [3/3]
◆ Electron()
| static constexpr PID Gaudi::Tr::PID::Electron |
( |
| ) |
|
|
inlinestaticconstexpr |
◆ isElectron()
| constexpr bool Gaudi::Tr::PID::isElectron |
( |
| ) |
const |
|
inlineconstexpr |
◆ isKaon()
| constexpr bool Gaudi::Tr::PID::isKaon |
( |
| ) |
const |
|
inlineconstexpr |
◆ isMuon()
| constexpr bool Gaudi::Tr::PID::isMuon |
( |
| ) |
const |
|
inlineconstexpr |
◆ isPion()
| constexpr bool Gaudi::Tr::PID::isPion |
( |
| ) |
const |
|
inlineconstexpr |
◆ isProton()
| constexpr bool Gaudi::Tr::PID::isProton |
( |
| ) |
const |
|
inlineconstexpr |
◆ Kaon()
| static constexpr PID Gaudi::Tr::PID::Kaon |
( |
| ) |
|
|
inlinestaticconstexpr |
◆ mass()
| constexpr double Gaudi::Tr::PID::mass |
( |
| ) |
const |
|
inlineconstexpr |
◆ Muon()
| static constexpr PID Gaudi::Tr::PID::Muon |
( |
| ) |
|
|
inlinestaticconstexpr |
◆ Pion()
| static constexpr PID Gaudi::Tr::PID::Pion |
( |
| ) |
|
|
inlinestaticconstexpr |
◆ Proton()
| static constexpr PID Gaudi::Tr::PID::Proton |
( |
| ) |
|
|
inlinestaticconstexpr |
◆ validate()
|
|
inlinestaticconstexprprivate |
◆ operator<<
| std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const PID & |
pid |
|
) |
| |
|
friend |
◆ parse
◆ toStream
| std::ostream& toStream |
( |
const PID & |
pid, |
|
|
std::ostream & |
os |
|
) |
| |
|
friend |
◆ toString
| const char* toString |
( |
PID |
pid | ) |
|
|
friend |
Definition at line 63 of file TrackDefaultParticles.h.
64 switch ( pid.m_value ) {
76 throw std::runtime_error(
"Calling toString on invalid PID" );
◆ m_value
◆ s_mass
| constexpr std::array< double, 5 > Gaudi::Tr::PID::s_mass = { 0.51099891, 105.65837, 139.57018, 493.677, 938.27203 } |
|
staticconstexprprivate |
The documentation for this class was generated from the following files: