Go to the source code of this file.
|
| enum | TMCProcess {
kPPrimary = 0,
kPMultipleScattering = 1,
kPCoulombScattering = 45,
kPEnergyLoss = 2,
kPMagneticFieldL = 3,
kPDecay = 4,
kPPair = 5,
kPCompton = 6,
kPPhotoelectric = 7,
kPBrem = 8,
kPDeltaRay = 9,
kPAnnihilation = 10,
kPAnnihilationRest = 11,
kPAnnihilationFlight = 12,
kPHadronic = 13,
kPEvaporation = 14,
kPNuclearFission = 15,
kPNuclearAbsorption = 16,
kPPbarAnnihilation = 17,
kPNbarAnnihilation = 18,
kPNCapture = 19,
kPHElastic = 20,
kPHIElastic = 21,
kPHCElastic = 22,
kPHInhelastic = 23,
kPPhotonInhelastic = 24,
kPMuonNuclear = 25,
kPElectronNuclear = 26,
kPPositronNuclear = 27,
kPPhotoNuclear = 46,
kPTOFlimit = 28,
kPPhotoFission = 29,
kPRayleigh = 30,
kPNull = 31,
kPStop = 32,
kPLightAbsorption = 33,
kPLightDetection = 34,
kPLightScattering = 35,
kPLightWLShifting = 48,
kStepMax = 36,
kPCerenkov = 37,
kPFeedBackPhoton = 38,
kPLightReflection = 39,
kPLightRefraction = 40,
kPSynchrotron = 41,
kPScintillation = 42,
kPTransportation = 43,
kPUserDefined = 47,
kPNoProcess = 44
} |
| |
| Enumerator |
|---|
| kPPrimary |
|
| kPMultipleScattering |
|
| kPCoulombScattering |
|
| kPEnergyLoss |
|
| kPMagneticFieldL |
|
| kPDecay |
|
| kPPair |
|
| kPCompton |
|
| kPPhotoelectric |
|
| kPBrem |
|
| kPDeltaRay |
|
| kPAnnihilation |
|
| kPAnnihilationRest |
|
| kPAnnihilationFlight |
|
| kPHadronic |
|
| kPEvaporation |
|
| kPNuclearFission |
|
| kPNuclearAbsorption |
|
| kPPbarAnnihilation |
|
| kPNbarAnnihilation |
|
| kPNCapture |
|
| kPHElastic |
|
| kPHIElastic |
|
| kPHCElastic |
|
| kPHInhelastic |
|
| kPPhotonInhelastic |
|
| kPMuonNuclear |
|
| kPElectronNuclear |
|
| kPPositronNuclear |
|
| kPPhotoNuclear |
|
| kPTOFlimit |
|
| kPPhotoFission |
|
| kPRayleigh |
|
| kPNull |
|
| kPStop |
|
| kPLightAbsorption |
|
| kPLightDetection |
|
| kPLightScattering |
|
| kPLightWLShifting |
|
| kStepMax |
|
| kPCerenkov |
|
| kPFeedBackPhoton |
|
| kPLightReflection |
|
| kPLightRefraction |
|
| kPSynchrotron |
|
| kPScintillation |
|
| kPTransportation |
|
| kPUserDefined |
|
| kPNoProcess |
|
Definition at line 22 of file TMCProcess.h.
| const Int_t kMaxMCProcess = 49 |