Import Geant4 11.0.0 source tree
This commit is contained in:
committed by
Ben Morgan
parent
6399a014b6
commit
80e2389dd8
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user