Import Geant4 10.3.0.beta source tree
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4AntiBMesonZero.cc 79342 2014-02-24 11:42:42Z gcosmo $
|
||||
// $Id: G4AntiBMesonZero.cc 95951 2016-03-03 10:44:16Z gcosmo $
|
||||
//
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
@@ -65,11 +65,11 @@ G4AntiBMesonZero* G4AntiBMesonZero::Definition()
|
||||
// shortlived subType anti_encoding
|
||||
|
||||
anInstance = new G4ParticleDefinition(
|
||||
name, 5.27958*GeV, 4.333e-10*MeV, 0.,
|
||||
name, 5.27961*GeV, 4.333e-10*MeV, 0.,
|
||||
0, -1, 0,
|
||||
1, +1, 0,
|
||||
"meson", 0, 0, -511,
|
||||
false, 1.519e-3*ns, NULL,
|
||||
false, 1.520e-3*ns, NULL,
|
||||
false, "B");
|
||||
}
|
||||
theInstance = reinterpret_cast<G4AntiBMesonZero*>(anInstance);
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4AntiBsMesonZero.cc 83749 2014-09-12 12:14:59Z gcosmo $
|
||||
// $Id: G4AntiBsMesonZero.cc 95951 2016-03-03 10:44:16Z gcosmo $
|
||||
//
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
@@ -65,11 +65,11 @@ G4AntiBsMesonZero* G4AntiBsMesonZero::Definition()
|
||||
// shortlived subType anti_encoding
|
||||
|
||||
anInstance = new G4ParticleDefinition(
|
||||
name, 5.36677*GeV, 4.353e-10*MeV, 0.,
|
||||
name, 5.36679*GeV, 4.359e-10*MeV, 0.,
|
||||
0, -1, 0,
|
||||
0, 0, 0,
|
||||
"meson", 0, 0, -531,
|
||||
false, 1.512e-3*ns, NULL,
|
||||
false, 1.510e-3*ns, NULL,
|
||||
false, "Bs");
|
||||
}
|
||||
theInstance = reinterpret_cast<G4AntiBsMesonZero*>(anInstance);
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4BMesonMinus.cc 83749 2014-09-12 12:14:59Z gcosmo $
|
||||
// $Id: G4BMesonMinus.cc 95951 2016-03-03 10:44:16Z gcosmo $
|
||||
//
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
@@ -65,7 +65,7 @@ G4BMesonMinus* G4BMesonMinus::Definition()
|
||||
// shortlived subType anti_encoding
|
||||
|
||||
anInstance = new G4ParticleDefinition(
|
||||
name, 5.27926*GeV, 4.018e-10*MeV, -1.*eplus,
|
||||
name, 5.27929*GeV, 4.018e-10*MeV, -1.*eplus,
|
||||
0, -1, 0,
|
||||
1, -1, 0,
|
||||
"meson", 0, 0, -521,
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4BMesonPlus.cc 83749 2014-09-12 12:14:59Z gcosmo $
|
||||
// $Id: G4BMesonPlus.cc 95951 2016-03-03 10:44:16Z gcosmo $
|
||||
//
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
@@ -65,7 +65,7 @@ G4BMesonPlus* G4BMesonPlus::Definition()
|
||||
// shortlived subType anti_encoding
|
||||
|
||||
anInstance = new G4ParticleDefinition(
|
||||
name, 5.27926*GeV, 4.018e-10*MeV, +1.*eplus,
|
||||
name, 5.27929*GeV, 4.018e-10*MeV, +1.*eplus,
|
||||
0, -1, 0,
|
||||
1, +1, 0,
|
||||
"meson", 0, 0, 521,
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4BMesonZero.cc 79342 2014-02-24 11:42:42Z gcosmo $
|
||||
// $Id: G4BMesonZero.cc 95951 2016-03-03 10:44:16Z gcosmo $
|
||||
//
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
@@ -65,11 +65,11 @@ G4BMesonZero* G4BMesonZero::Definition()
|
||||
// shortlived subType anti_encoding
|
||||
|
||||
anInstance = new G4ParticleDefinition(
|
||||
name, 5.27958*GeV, 4.333e-10*MeV, 0.,
|
||||
name, 5.27961*GeV, 4.333e-10*MeV, 0.,
|
||||
0, -1, 0,
|
||||
1, -1, 0,
|
||||
"meson", 0, 0, 511,
|
||||
false, 1.519e-3*ns, NULL,
|
||||
false, 1.520e-3*ns, NULL,
|
||||
false, "B");
|
||||
}
|
||||
theInstance = reinterpret_cast<G4BMesonZero*>(anInstance);
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4BcMesonMinus.cc 83749 2014-09-12 12:14:59Z gcosmo $
|
||||
// $Id: G4BcMesonMinus.cc 95951 2016-03-03 10:44:16Z gcosmo $
|
||||
//
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
@@ -64,11 +64,11 @@ G4BcMesonMinus* G4BcMesonMinus::Definition()
|
||||
// shortlived subType anti_encoding
|
||||
|
||||
anInstance = new G4ParticleDefinition(
|
||||
name, 6.2756*GeV, 1.460e-9*MeV, -1.*eplus,
|
||||
name, 6.2751*GeV, 1.302e-9*MeV, -1.*eplus,
|
||||
0, -1, 0,
|
||||
0, 0, 0,
|
||||
"meson", 0, 0, -541,
|
||||
false, 0.452e-3*ns, NULL,
|
||||
false, 0.507e-3*ns, NULL,
|
||||
false, "Bc");
|
||||
}
|
||||
theInstance = reinterpret_cast<G4BcMesonMinus*>(anInstance);
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4BcMesonPlus.cc 83749 2014-09-12 12:14:59Z gcosmo $
|
||||
// $Id: G4BcMesonPlus.cc 95951 2016-03-03 10:44:16Z gcosmo $
|
||||
//
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
@@ -64,11 +64,11 @@ G4BcMesonPlus* G4BcMesonPlus::Definition()
|
||||
// shortlived subType anti_encoding
|
||||
|
||||
anInstance = new G4ParticleDefinition(
|
||||
name, 6.2756*GeV, 1.460e-9*MeV, +1.*eplus,
|
||||
name, 6.2751*GeV, 1.302e-9*MeV, +1.*eplus,
|
||||
0, -1, 0,
|
||||
0, 0, 0,
|
||||
"meson", 0, 0, 541,
|
||||
false, 0.452e-3*ns, NULL,
|
||||
false, 0.507e-3*ns, NULL,
|
||||
false, "Bc");
|
||||
}
|
||||
theInstance = reinterpret_cast<G4BcMesonPlus*>(anInstance);
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4BsMesonZero.cc 83749 2014-09-12 12:14:59Z gcosmo $
|
||||
// $Id: G4BsMesonZero.cc 95951 2016-03-03 10:44:16Z gcosmo $
|
||||
//
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
@@ -64,11 +64,11 @@ G4BsMesonZero* G4BsMesonZero::Definition()
|
||||
// shortlived subType anti_encoding
|
||||
|
||||
anInstance = new G4ParticleDefinition(
|
||||
name, 5.36677*GeV, 4.353e-10*MeV, 0.,
|
||||
name, 5.36679*GeV, 4.359e-10*MeV, 0.,
|
||||
0, -1, 0,
|
||||
0, 0, 0,
|
||||
"meson", 0, 0, 531,
|
||||
false, 1.512e-3*ns, NULL,
|
||||
false, 1.510e-3*ns, NULL,
|
||||
false, "Bs");
|
||||
}
|
||||
theInstance = reinterpret_cast<G4BsMesonZero*>(anInstance);
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4Etac.cc 83749 2014-09-12 12:14:59Z gcosmo $
|
||||
// $Id: G4Etac.cc 95951 2016-03-03 10:44:16Z gcosmo $
|
||||
//
|
||||
//
|
||||
// ----------------------------------------------------------------------
|
||||
@@ -70,7 +70,7 @@ G4Etac* G4Etac::Definition()
|
||||
// shortlived subType anti_encoding
|
||||
|
||||
anInstance = new G4ParticleDefinition(
|
||||
name, 2.9836*GeV, 32.2*MeV, 0.0,
|
||||
name, 2.9836*GeV, 31.8*MeV, 0.0,
|
||||
0, -1, +1,
|
||||
0, 0, +1,
|
||||
"meson", 0, 0, 441,
|
||||
|
||||
Reference in New Issue
Block a user