Import Geant4 10.4.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2017-06-30 10:49:55 +02:00
parent 3a5407696b
commit 1a1316fea4
2180 changed files with 237880 additions and 59109 deletions
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id: G4AntiNeutron.cc 83749 2014-09-12 12:14:59Z gcosmo $
// $Id: G4AntiNeutron.cc 102905 2017-03-02 09:50:56Z gcosmo $
// GEANT4 tag $Name: geant4-09-04-ref-00 $
//
//
@@ -73,11 +73,11 @@ G4AntiNeutron* G4AntiNeutron::Definition()
// static const double neutron_mass_c2 = 939.56563 * MeV;
anInstance = new G4ParticleDefinition(
name, neutron_mass_c2, 7.477e-28*GeV, 0.0,
name, neutron_mass_c2, 7.478e-28*GeV, 0.0,
1, +1, 0,
1, +1, 0,
"baryon", 0, -1, -2112,
true, 880.3*second, NULL,
true, 880.2*second, NULL,
false, "nucleon", 2112
);
// Magnetic Moment
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id: G4AntiOmegabMinus.cc 95951 2016-03-03 10:44:16Z gcosmo $
// $Id: G4AntiOmegabMinus.cc 102905 2017-03-02 09:50:56Z gcosmo $
//
//
// ----------------------------------------------------------------------
@@ -69,7 +69,7 @@ G4AntiOmegabMinus* G4AntiOmegabMinus::Definition()
// shortlived subType anti_encoding
anInstance = new G4ParticleDefinition(
name, 6.0480*GeV, 0.42e-9*MeV, +1.*eplus,
name, 6.0464*GeV, 0.42e-9*MeV, +1.*eplus,
1, +1, 0,
0, 0, 0,
"baryon", 0, -1, -5332,
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id: G4AntiSigmacPlusPlus.cc 95951 2016-03-03 10:44:16Z gcosmo $
// $Id: G4AntiSigmacPlusPlus.cc 102905 2017-03-02 09:50:56Z gcosmo $
//
//
// ----------------------------------------------------------------------
@@ -69,7 +69,7 @@ G4AntiSigmacPlusPlus* G4AntiSigmacPlusPlus::Definition()
// shortlived subType anti_encoding
anInstance = new G4ParticleDefinition(
name, 2.45397*GeV, 2.26*MeV, -2.0*eplus,
name, 2.45397*GeV, 1.89*MeV, -2.0*eplus,
1, +1, 0,
2, -2, 0,
"baryon", 0, -1, -4222,
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id: G4AntiXibMinus.cc 95951 2016-03-03 10:44:16Z gcosmo $
// $Id: G4AntiXibMinus.cc 102905 2017-03-02 09:50:56Z gcosmo $
//
//
// ----------------------------------------------------------------------
@@ -70,7 +70,7 @@ G4AntiXibMinus* G4AntiXibMinus::Definition()
// shortlived subType anti_encoding
anInstance = new G4ParticleDefinition(
name, 5.7944*GeV, 0.422e-9*MeV, +1.*eplus,
name, 5.7945*GeV, 0.422e-9*MeV, +1.*eplus,
1, +1, 0,
1, +1, 0,
"baryon", 0, -1, -5132,
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id: G4AntiXibZero.cc 95951 2016-03-03 10:44:16Z gcosmo $
// $Id: G4AntiXibZero.cc 102905 2017-03-02 09:50:56Z gcosmo $
//
//
// ----------------------------------------------------------------------
@@ -70,7 +70,7 @@ G4AntiXibZero* G4AntiXibZero::Definition()
// shortlived subType anti_encoding
anInstance = new G4ParticleDefinition(
name, 5.7918*GeV, 0.45e-9*MeV, 0,
name, 5.7919*GeV, 0.45e-9*MeV, 0,
1, +1, 0,
1, -1, 0,
"baryon", 0, -1, -5232,
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id: G4Neutron.cc 83749 2014-09-12 12:14:59Z gcosmo $
// $Id: G4Neutron.cc 102905 2017-03-02 09:50:56Z gcosmo $
//
//
// ----------------------------------------------------------------------
@@ -73,11 +73,11 @@ G4Neutron* G4Neutron::Definition()
// static const double neutron_mass_c2 = 939.56563 * MeV;
anInstance = new G4Ions(
name, neutron_mass_c2, 7.477e-28*GeV, 0.0,
name, neutron_mass_c2, 7.478e-28*GeV, 0.0,
1, +1, 0,
1, -1, 0,
"baryon", 0, +1, 2112,
false, 880.3*second, NULL,
false, 880.2*second, NULL,
false, "nucleon", -2112,
0.0, 0
);
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id: G4OmegabMinus.cc 95951 2016-03-03 10:44:16Z gcosmo $
// $Id: G4OmegabMinus.cc 102905 2017-03-02 09:50:56Z gcosmo $
//
//
// ----------------------------------------------------------------------
@@ -69,7 +69,7 @@ G4OmegabMinus* G4OmegabMinus::Definition()
// shortlived subType anti_encoding
anInstance = new G4ParticleDefinition(
name, 6.0480*GeV, 0.42e-9*MeV, -1.*eplus,
name, 6.0464*GeV, 0.42e-9*MeV, -1.*eplus,
1, +1, 0,
0, 0, 0,
"baryon", 0, +1, 5332,
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id: G4SigmacPlusPlus.cc 95951 2016-03-03 10:44:16Z gcosmo $
// $Id: G4SigmacPlusPlus.cc 102905 2017-03-02 09:50:56Z gcosmo $
//
//
// ----------------------------------------------------------------------
@@ -69,7 +69,7 @@ G4SigmacPlusPlus* G4SigmacPlusPlus::Definition()
// shortlived subType anti_encoding
anInstance = new G4ParticleDefinition(
name, 2.45397*GeV, 2.26*MeV, +2.0*eplus,
name, 2.45397*GeV, 1.89*MeV, +2.0*eplus,
1, +1, 0,
2, +2, 0,
"baryon", 0, +1, 4222,
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id: G4XibMinus.cc 95951 2016-03-03 10:44:16Z gcosmo $
// $Id: G4XibMinus.cc 102905 2017-03-02 09:50:56Z gcosmo $
//
//
// ----------------------------------------------------------------------
@@ -70,7 +70,7 @@ G4XibMinus* G4XibMinus::Definition()
// shortlived subType anti_encoding
anInstance = new G4ParticleDefinition(
name, 5.7944*GeV, 0.422e-9*MeV, -1.*eplus,
name, 5.7945*GeV, 0.422e-9*MeV, -1.*eplus,
1, +1, 0,
1, -1, 0,
"baryon", 0, +1, 5132,
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id: G4XibZero.cc 95951 2016-03-03 10:44:16Z gcosmo $
// $Id: G4XibZero.cc 102905 2017-03-02 09:50:56Z gcosmo $
//
//
// ----------------------------------------------------------------------
@@ -70,7 +70,7 @@ G4XibZero* G4XibZero::Definition()
// shortlived subType anti_encoding
anInstance = new G4ParticleDefinition(
name, 5.7918*GeV, 0.45e-9*MeV, 0,
name, 5.7919*GeV, 0.45e-9*MeV, 0,
1, +1, 0,
1, +1, 0,
"baryon", 0, +1, 5232,
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id: G4BcMesonMinus.cc 95951 2016-03-03 10:44:16Z gcosmo $
// $Id: G4BcMesonMinus.cc 102905 2017-03-02 09:50:56Z gcosmo $
//
//
// ----------------------------------------------------------------------
@@ -64,7 +64,7 @@ G4BcMesonMinus* G4BcMesonMinus::Definition()
// shortlived subType anti_encoding
anInstance = new G4ParticleDefinition(
name, 6.2751*GeV, 1.302e-9*MeV, -1.*eplus,
name, 6.2751*GeV, 1.298e-9*MeV, -1.*eplus,
0, -1, 0,
0, 0, 0,
"meson", 0, 0, -541,
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id: G4BcMesonPlus.cc 95951 2016-03-03 10:44:16Z gcosmo $
// $Id: G4BcMesonPlus.cc 102905 2017-03-02 09:50:56Z gcosmo $
//
//
// ----------------------------------------------------------------------
@@ -64,7 +64,7 @@ G4BcMesonPlus* G4BcMesonPlus::Definition()
// shortlived subType anti_encoding
anInstance = new G4ParticleDefinition(
name, 6.2751*GeV, 1.302e-9*MeV, +1.*eplus,
name, 6.2751*GeV, 1.298e-9*MeV, +1.*eplus,
0, -1, 0,
0, 0, 0,
"meson", 0, 0, 541,
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id: G4DMesonMinus.cc 79342 2014-02-24 11:42:42Z gcosmo $
// $Id: G4DMesonMinus.cc 102905 2017-03-02 09:50:56Z gcosmo $
//
//
// ----------------------------------------------------------------------
@@ -66,7 +66,7 @@ G4DMesonMinus* G4DMesonMinus::Definition()
// shortlived subType anti_encoding
anInstance = new G4ParticleDefinition(
name, 1.86962*GeV, 6.33e-10*MeV, -1.*eplus,
name, 1.86958*GeV, 6.33e-10*MeV, -1.*eplus,
0, -1, 0,
1, -1, 0,
"meson", 0, 0, -411,
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id: G4DMesonPlus.cc 79342 2014-02-24 11:42:42Z gcosmo $
// $Id: G4DMesonPlus.cc 102905 2017-03-02 09:50:56Z gcosmo $
//
//
// ----------------------------------------------------------------------
@@ -66,7 +66,7 @@ G4DMesonPlus* G4DMesonPlus::Definition()
// shortlived subType anti_encoding
anInstance = new G4ParticleDefinition(
name, 1.86962*GeV, 6.33e-10*MeV, +1.*eplus,
name, 1.86958*GeV, 6.33e-10*MeV, +1.*eplus,
0, -1, 0,
1, +1, 0,
"meson", 0, 0, 411,
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id: G4DsMesonMinus.cc 83749 2014-09-12 12:14:59Z gcosmo $
// $Id: G4DsMesonMinus.cc 102905 2017-03-02 09:50:56Z gcosmo $
//
//
// ----------------------------------------------------------------------
@@ -65,7 +65,7 @@ G4DsMesonMinus* G4DsMesonMinus::Definition()
// stable lifetime decay table
// shortlived subType anti_encoding
anInstance = new G4ParticleDefinition(
name, 1.96830*GeV, 1.317e-9*MeV, -1.*eplus,
name, 1.96827*GeV, 1.317e-9*MeV, -1.*eplus,
0, -1, 0,
0, 0, 0,
"meson", 0, 0, -431,
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id: G4DsMesonPlus.cc 83749 2014-09-12 12:14:59Z gcosmo $
// $Id: G4DsMesonPlus.cc 102905 2017-03-02 09:50:56Z gcosmo $
//
//
// ----------------------------------------------------------------------
@@ -65,7 +65,7 @@ G4DsMesonPlus* G4DsMesonPlus::Definition()
// stable lifetime decay table
// shortlived subType anti_encoding
anInstance = new G4ParticleDefinition(
name, 1.96830*GeV, 1.317e-9*MeV, +1.*eplus,
name, 1.96827*GeV, 1.317e-9*MeV, +1.*eplus,
0, -1, 0,
0, 0, 0,
"meson", 0, 0, 431,
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id: G4EtaPrime.cc 88374 2015-02-16 09:46:27Z gcosmo $
// $Id: G4EtaPrime.cc 102905 2017-03-02 09:50:56Z gcosmo $
//
//
// ----------------------------------------------------------------
@@ -70,7 +70,7 @@ G4EtaPrime* G4EtaPrime::Definition()
// shortlived subType anti_encoding
anInstance = new G4ParticleDefinition(
name, 0.95778*GeV, 0.198*MeV, 0.0,
name, 0.95778*GeV, 0.197*MeV, 0.0,
0, -1, +1,
0, 0, +1,
"meson", 0, 0, 331,
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id: G4Etac.cc 95951 2016-03-03 10:44:16Z gcosmo $
// $Id: G4Etac.cc 102905 2017-03-02 09:50:56Z gcosmo $
//
//
// ----------------------------------------------------------------------
@@ -70,7 +70,7 @@ G4Etac* G4Etac::Definition()
// shortlived subType anti_encoding
anInstance = new G4ParticleDefinition(
name, 2.9836*GeV, 31.8*MeV, 0.0,
name, 2.9834*GeV, 31.8*MeV, 0.0,
0, -1, +1,
0, 0, +1,
"meson", 0, 0, 441,