Import Geant4 11.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2021-12-10 14:46:44 +01:00
committed by Ben Morgan
parent 6399a014b6
commit 80e2389dd8
3932 changed files with 202519 additions and 246221 deletions
@@ -63,11 +63,14 @@
#include "globals.hh"
////////////////////////////////////////////////////////////////////////////////
//
enum G4RadioactiveDecayMode
{RDM_ERROR=-1, IT=0, BetaMinus=1, BetaPlus=2, KshellEC=3, LshellEC=4,
MshellEC=5, NshellEC=6, Alpha=7, Proton=8, Neutron=9, SpFission=10,
BDProton=11, BDNeutron=12, Beta2Minus=13, Beta2Plus=14, Proton2=15,
Neutron2=16, Triton=17};
enum G4RadioactiveDecayMode {
RDM_ERROR=-1, IT=0, BetaMinus=1, BetaPlus=2,
KshellEC=3, LshellEC=4, MshellEC=5, NshellEC=6,
Alpha=7, Proton=8, Neutron=9, SpFission=10,
BDProton=11, BDNeutron=12, Beta2Minus=13, Beta2Plus=14,
Proton2=15, Neutron2=16, Triton=17,
G4RadioactiveDecayModeSize // Note: the value G4RadioactiveDecayModeSize must remain the last one!
};
std::istream &operator >> (std::istream &s, G4RadioactiveDecayMode &q);