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

Method AbortCurrentEvent

source/event/src/G4EventManager.cc:535–540  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

533}
534
535void G4EventManager::AbortCurrentEvent()
536{
537 abortRequested = true;
538 trackContainer->clear();
539 if(tracking) trackManager->EventAborted();
540}

Callers 3

AbortRunMethod · 0.80
AbortEventMethod · 0.80
SetNewValueMethod · 0.80

Calls 2

EventAbortedMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected