Import Geant4 11.0.2 source tree

This commit is contained in:
Gabriele Cosmo
2022-05-25 15:50:57 +02:00
parent de4f28d823
commit b3bf75a2a1
341 changed files with 93127 additions and 39343 deletions
@@ -487,7 +487,7 @@ namespace G4INCL {
}
// Cluster decay
theEventInfo.clusterDecay = nucleus->decayOutgoingClusters() | nucleus->decayMe();
theEventInfo.clusterDecay = nucleus->decayOutgoingClusters() || nucleus->decayMe();
#ifndef INCLXX_IN_GEANT4_MODE
// Global checks of conservation laws
@@ -645,7 +645,7 @@ namespace G4INCL {
theEventInfo.emitKaon = nucleus->emitInsideKaon();
// Cluster decay
theEventInfo.clusterDecay = nucleus->decayOutgoingClusters() | nucleus->decayMe();
theEventInfo.clusterDecay = nucleus->decayOutgoingClusters() || nucleus->decayMe();
// Fill the EventInfo structure
nucleus->fillEventInfo(&theEventInfo);