Import Geant4 11.1.2 source tree
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user