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
@@ -6,6 +6,10 @@ It must **not** be used as a substitute for writing good git commit messages!
-------------------------------------------------------------------------------
## 2023-03-17 Alberto Ribon (hadr-inclxx-V11-00-09)
- G4INCLNNToNLK2piChannel : fixed bug in the method fillFinalState.
Thanks to Dmitri Konstantinov for reporting it.
## 2022-11-26 Gabriele Cosmo (hadr-inclxx-V11-00-08)
- Fixed more compilation warnings for implicit type conversions.
@@ -102,7 +102,8 @@ namespace G4INCL {
Pion2Type = PiZero;
}
}if(iso == -2){
}
else if(iso == -2){
if(rdm*7. < 1.){
particle1->setType(Neutron);
KaonType = KZero;