Import Geant4 11.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2021-12-10 14:46:44 +01:00
committed by Ben Morgan
parent 6399a014b6
commit 80e2389dd8
3932 changed files with 202519 additions and 246221 deletions
+4 -1
View File
@@ -88,6 +88,10 @@ class G4EventManager
// object has valid primary vertices/particles, they will be added to
// the given "trackvector" input.
void StackTracks(G4TrackVector* trackVector, G4bool IDhasAlreadySet= false);
// Helper function to stack a vector of tracks for processing in the
// current event.
inline const G4Event* GetConstCurrentEvent()
{ return currentEvent; }
inline G4Event* GetNonconstCurrentEvent()
@@ -156,7 +160,6 @@ class G4EventManager
private:
void DoProcessing(G4Event* anEvent);
void StackTracks(G4TrackVector* trackVector, G4bool IDhasAlreadySet= false);
private: