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

Method SetEvent

source/event/include/G4SubEvent.hh:75–75  ·  view source on GitHub ↗

pointer to G4Event where this sub-event belongs to

Source from the content-addressed store, hash-verified

73
74 // pointer to G4Event where this sub-event belongs to
75 inline void SetEvent(G4Event* evt) { fpEvent = evt; }
76 inline G4Event* GetEvent() const { return fpEvent; }
77
78 // flag if all tracks of this sub-event have been tracked

Callers 3

DrawEventMethod · 0.80
DrawEndOfRunModelsMethod · 0.80
PushToStackMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected