Import Geant4 11.1.2 source tree

This commit is contained in:
Gabriele Cosmo
2023-06-19 17:17:14 +02:00
parent 84a556a9dc
commit aef78ca386
309 changed files with 35572 additions and 34678 deletions
+9
View File
@@ -6,6 +6,15 @@ It must **not** be used as a substitute for writing good git commit messages!
-------------------------------------------------------------------------------
## 2023-02-23 Alberto Ribon (particles-V11-00-18)
- G4XicZero, G4AntiXicZero : updated mean lifetime values according to the
PDG-2022.
- Note: the particles' properties in Geant4 are currently consistent with
those of PDG-2017; the mean lifetimes have similar (within few percent)
values with respect to the latest PDG version, PDG-2022, except for
Xi_c0 and Omega_c0. For this reason, only the latter two have been
updated, while the rest will be updated in the near future.
## 2023-02-07 Sandro Wenzel (particles-V11-00-17)
- G4OmegacZero, G4AntiOmegacZero : fixed mean lifetime according to the PDG.
Thanks to Francesco Mazzaschi of ALICE for reporting it.
@@ -72,7 +72,7 @@ G4AntiOmegacZero* G4AntiOmegacZero::Definition()
1, +1, 0,
0, 0, 0,
"baryon", 0, -1, -4332,
false, 0.0268e-3*ns, NULL,
false, 2.68e-4*ns, NULL,
false, "omega_c");
//Decay Table is not defined here, wth expectation of pre-assigned
@@ -72,7 +72,7 @@ G4AntiXicZero* G4AntiXicZero::Definition()
1, +1, 0,
1, +1, 0,
"baryon", 0, -1, -4132,
false, 0.112e-3*ns, NULL,
false, 1.519e-4*ns, NULL,
false, "xi_c");
}
theInstance = static_cast<G4AntiXicZero*>(anInstance);
@@ -72,7 +72,7 @@ G4OmegacZero* G4OmegacZero::Definition()
1, +1, 0,
0, 0, 0,
"baryon", 0, +1, 4332,
false, 0.0268e-3*ns, NULL,
false, 2.68e-4*ns, NULL,
false, "omega_c");
}
theInstance = static_cast<G4OmegacZero*>(anInstance);
@@ -72,7 +72,7 @@ G4XicZero* G4XicZero::Definition()
1, +1, 0,
1, -1, 0,
"baryon", 0, +1, 4132,
false, 0.112e-3*ns, NULL,
false, 1.519e-4*ns, NULL,
false, "xi_c");
}
theInstance = static_cast<G4XicZero*>(anInstance);