Go to the documentation of this file. 1 #ifndef _G4TankSimulatorASCII_ParticleCases_h_
2 #define _G4TankSimulatorASCII_ParticleCases_h_
39 #define OFFLINE_PHOTON \
40 utl::Particle::ePhoton
42 #define OFFLINE_ELECTRONS \
43 utl::Particle::eElectron: \
44 case utl::Particle::ePositron
46 #define OFFLINE_MUONS \
47 utl::Particle::eMuon: \
48 case utl::Particle::eAntiMuon
50 #define OFFLINE_MESONS \
51 utl::Particle::ePiZero: \
52 case utl::Particle::ePiPlus: \
53 case utl::Particle::ePiMinus: \
54 case utl::Particle::eEta: \
55 case utl::Particle::eKaon0L: \
56 case utl::Particle::eKaon0S: \
57 case utl::Particle::eKaonPlus: \
58 case utl::Particle::eKaonMinus
60 #define OFFLINE_BARYONS \
61 utl::Particle::eProton: \
62 case utl::Particle::eAntiProton: \
63 case utl::Particle::eNeutron: \
64 case utl::Particle::eAntiNeutron: \
65 case utl::Particle::eLambda: \
66 case utl::Particle::eAntiLambda: \
67 case utl::Particle::eLambdac
69 #define OFFLINE_HADRONS \
, generated on Tue Sep 26 2023.