MCPcopy Create free account
hub / github.com/Geant4/geant4 / GetCurrentEvent

Method GetCurrentEvent

source/run/include/G4RunManager.hh:493–493  ·  view source on GitHub ↗

Returns the pointer to the current event. This method is available for 'EventProc' application state.

Source from the content-addressed store, hash-verified

491 // Returns the pointer to the current event. This method is available for
492 // 'EventProc' application state.
493 inline const G4Event* GetCurrentEvent() const { return currentEvent; }
494
495 // Returns the pointer to the "i" previous event. This method is available
496 // for 'EventProc' application state. In case the event loop has not yet

Callers 3

GetHitsCollectionMethod · 0.45
GetDigiCollectionMethod · 0.45
SetDigiCollectionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected