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

Method SetEventAborted

source/event/include/G4Event.hh:89–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87 inline void SetTrajectoryContainer(G4TrajectoryContainer* value)
88 { trajectoryContainer = value; }
89 inline void SetEventAborted()
90 { eventAborted = true; }
91 inline void SetRandomNumberStatus(G4String& st)
92 {
93 randomNumberStatus = new G4String(st);

Callers 2

AbortRunMethod · 0.80
AbortEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected