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: G4ExcitedMesonConstructor.cc 95951 2016-03-03 10:44:16Z gcosmo $
// $Id: G4ExcitedMesonConstructor.cc 102905 2017-03-02 09:50:56Z gcosmo $
//
//
// --------------------------------------------------------------
@@ -1431,7 +1431,7 @@ const G4double G4ExcitedMesonConstructor::mass[G4ExcitedMesonConstructor::NMulti
{
{ 1.2295*GeV, 1.170*GeV, 1.386*GeV, 1.272*GeV, 1.272*GeV },
{ 1.474*GeV, 1.350*GeV, 0.0, 1.430*GeV, 1.430*GeV },
{ 1.230*GeV,1.2819*GeV,1.4264*GeV, 1.403*GeV, 1.403*GeV },
{ 1.230*GeV, 1.282*GeV,1.4264*GeV, 1.403*GeV, 1.403*GeV },
{ 1.3183*GeV,1.2755*GeV, 1.525*GeV,1.4256*GeV, 1.4256*GeV },
{ 1.6722*GeV, 1.617*GeV, 1.842*GeV, 1.773*GeV, 1.773*GeV },
{ 1.720*GeV, 1.670*GeV, 0.0, 1.717*GeV, 1.717*GeV },
@@ -1455,7 +1455,7 @@ const G4double G4ExcitedMesonConstructor::width[G4ExcitedMesonConstructor::NMult
{
{ 142.0*MeV, 360.0*MeV, 91.0*MeV, 90.0*MeV, 90.0*MeV },
{ 265.0*MeV, 350.0*MeV, 0.0, 270.0*MeV, 270.0*MeV },
{ 420.0*MeV, 24.2*MeV, 54.9*MeV, 174.0*MeV, 174.0*MeV },
{ 420.0*MeV, 24.1*MeV, 54.9*MeV, 174.0*MeV, 174.0*MeV },
{ 107.0*MeV, 186.7*MeV, 73.0*MeV, 98.5*MeV, 98.5*MeV },
{ 260.0*MeV, 181.0*MeV, 225.0*MeV, 186.0*MeV, 186.0*MeV },
{ 250.0*MeV, 315.0*MeV, 0.0, 320.0*MeV, 320.0*MeV },
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id: G4ShortLivedConstructor.cc 95951 2016-03-03 10:44:16Z gcosmo $
// $Id: G4ShortLivedConstructor.cc 102905 2017-03-02 09:50:56Z gcosmo $
//
//
// --------------------------------------------------------------
@@ -89,28 +89,28 @@ void G4ShortLivedConstructor::ConstructQuarks()
particle->SetAntiPDGEncoding(21);
// u-quark
particle = new G4Quarks(
"u_quark", 2.3*MeV, 0.0*keV, 2./3.*eplus,
"u_quark", 2.2*MeV, 0.0*keV, 2./3.*eplus,
1, +1, 0,
1, +1, 0,
"quarks", 0, 0, 2,
true, -1.0, NULL);
// d-quark
particle = new G4Quarks(
"d_quark", 4.8*MeV, 0.0*keV, -1./3.*eplus,
"d_quark", 4.7*MeV, 0.0*keV, -1./3.*eplus,
1, +1, 0,
1, -1, 0,
"quarks", 0, 0, 1,
true, -1.0, NULL);
// s-quark
particle = new G4Quarks(
"s_quark", 95.0*MeV, 0.0*keV, -1./3.*eplus,
"s_quark", 96.0*MeV, 0.0*keV, -1./3.*eplus,
1, +1, 0,
0, 0, 0,
"quarks", 0, 0, 3,
true, -1.0, NULL);
// c-quark
particle = new G4Quarks(
"c_quark", 1.275*GeV, 0.0*keV, +2./3.*eplus,
"c_quark", 1.27*GeV, 0.0*keV, +2./3.*eplus,
1, +1, 0,
0, 0, 0,
"quarks", 0, 0, 4,
@@ -124,35 +124,35 @@ void G4ShortLivedConstructor::ConstructQuarks()
true, -1.0, NULL);
// t-quark
particle = new G4Quarks(
"t_quark", 173.21*GeV, 2.0*GeV, +2./3.*eplus,
"t_quark", 173.21*GeV, 1.41*GeV, +2./3.*eplus,
1, +1, 0,
0, 0, 0,
"quarks", 0, 0, 6,
true, -1.0, NULL);
// anti u-quark
particle = new G4Quarks(
"anti_u_quark", 2.3*MeV, 0.0*keV, -2./3.*eplus,
"anti_u_quark", 2.2*MeV, 0.0*keV, -2./3.*eplus,
1, +1, 0,
1, -1, 0,
"quarks", 0, 0, -2,
true, -1.0, NULL);
// anti d-quark
particle = new G4Quarks(
"anti_d_quark", 4.8*MeV, 0.0*keV, 1./3.*eplus,
"anti_d_quark", 4.7*MeV, 0.0*keV, 1./3.*eplus,
1, +1, 0,
1, +1, 0,
"quarks", 0, 0, -1,
true, -1.0, NULL);
// anti s-quark
particle = new G4Quarks(
"anti_s_quark", 95.0*MeV, 0.0*keV, 1./3.*eplus,
"anti_s_quark", 96.0*MeV, 0.0*keV, 1./3.*eplus,
1, +1, 0,
0, 0, 0,
"quarks", 0, 0, -3,
true, -1.0, NULL);
// anti c-quark
particle = new G4Quarks(
"anti_c_quark", 1.275*GeV, 0.0*keV, -2./3.*eplus,
"anti_c_quark", 1.27*GeV, 0.0*keV, -2./3.*eplus,
1, +1, 0,
0, 0, 0,
"quarks", 0, 0, -4,
@@ -166,7 +166,7 @@ void G4ShortLivedConstructor::ConstructQuarks()
true, -1.0, NULL);
// anti t-quark
particle = new G4Quarks(
"anti_t_quark", 173.21*GeV, 2.0*GeV, -2./3.*eplus,
"anti_t_quark", 173.21*GeV, 1.41*GeV, -2./3.*eplus,
1, +1, 0,
0, 0, 0,
"quarks", 0, 0, -6,
@@ -772,7 +772,7 @@ void G4ShortLivedConstructor::ConstructMesons()
// f0(980)
particle = new G4ExcitedMesons(
"f0(980)", 990.0*MeV, 70.0*MeV, 0.0,
"f0(980)", 990.0*MeV, 60.0*MeV, 0.0,
0, +1, +1,
0, 0, +1,
"meson", 0, 0, 9010221,