Import Geant4 10.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-10 14:11:04 +02:00
parent c9b32a6c0a
commit d4af681f38
4886 changed files with 420149 additions and 1023309 deletions
@@ -46,10 +46,20 @@ std::istream &operator >> (std::istream& strm, G4RadioactiveDecayMode& q)
{q = Alpha;}
else if (a == "Proton")
{q = Proton;}
else if (a == "Neutron")
{q = Neutron;}
else if (a == "BDProton")
{q = BDProton;}
else if (a == "BDNeutron")
{q = BDNeutron;}
else if (a == "Beta2Minus")
{q = Beta2Minus;}
else if (a == "Beta2Plus")
{q = Beta2Plus;}
else if (a == "Proton2")
{q = Proton2;}
else if (a == "Neutron2")
{q = Neutron2;}
else if (a == "SpFission")
{q = SpFission;}
else