Import Geant4 11.3.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2024-06-28 13:08:51 +02:00
parent f7b23877ed
commit e58e650b32
5232 changed files with 239416 additions and 244360 deletions
+3 -3
View File
@@ -231,9 +231,6 @@ class G4VParticleChange
const G4Track* theCurrentTrack = nullptr;
std::vector<G4Track*> theListOfSecondaries;
// The vector of secondaries
G4TrackStatus theStatusChange = fAlive;
// The changed (final) track status of a given particle
@@ -284,6 +281,9 @@ class G4VParticleChange
// Flag for setting weight of secondaries
G4bool debugFlag = false;
std::vector<G4Track*> theListOfSecondaries;
// The vector of secondaries
};
#include "G4VParticleChange.icc"