Import Geant4 11.1.1 source tree
This commit is contained in:
@@ -6,6 +6,15 @@ It must **not** be used as a substitute for writing good git commit messages!
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
## 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.
|
||||
|
||||
## 2023-01-11 Alberto Ribon (particles-V11-00-16)
|
||||
- G4AntiNeutron : set the "PDG stable" flag to "false", as for G4Neutron
|
||||
(this has no practical consequences, i.e. anti_neutron decays regardless
|
||||
of this flag, but it is confusing).
|
||||
|
||||
## 2022-11-18 Gabriele Cosmo (particles-V11-00-15)
|
||||
- Fixed compilation warnings for implicit type conversions on macOS/XCode 14.1
|
||||
in G4IonTable.
|
||||
|
||||
@@ -75,7 +75,7 @@ G4AntiNeutron* G4AntiNeutron::Definition()
|
||||
1, +1, 0,
|
||||
1, +1, 0,
|
||||
"baryon", 0, -1, -2112,
|
||||
true, 880.2*second, NULL,
|
||||
false, 880.2*second, NULL,
|
||||
false, "nucleon", 2112
|
||||
);
|
||||
// Magnetic Moment
|
||||
|
||||
@@ -72,7 +72,7 @@ G4AntiOmegacZero* G4AntiOmegacZero::Definition()
|
||||
1, +1, 0,
|
||||
0, 0, 0,
|
||||
"baryon", 0, -1, -4332,
|
||||
false, 0.069e-3*ns, NULL,
|
||||
false, 0.0268e-3*ns, NULL,
|
||||
false, "omega_c");
|
||||
|
||||
//Decay Table is not defined here, wth expectation of pre-assigned
|
||||
|
||||
@@ -72,7 +72,7 @@ G4OmegacZero* G4OmegacZero::Definition()
|
||||
1, +1, 0,
|
||||
0, 0, 0,
|
||||
"baryon", 0, +1, 4332,
|
||||
false, 0.069e-3*ns, NULL,
|
||||
false, 0.0268e-3*ns, NULL,
|
||||
false, "omega_c");
|
||||
}
|
||||
theInstance = static_cast<G4OmegacZero*>(anInstance);
|
||||
|
||||
Reference in New Issue
Block a user