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

Method SetTrajectoryContainer

source/event/include/G4Event.hh:87–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85 inline void SetDCofThisEvent(G4DCofThisEvent* value)
86 { DC = value; }
87 inline void SetTrajectoryContainer(G4TrajectoryContainer* value)
88 { trajectoryContainer = value; }
89 inline void SetEventAborted()
90 { eventAborted = true; }
91 inline void SetRandomNumberStatus(G4String& st)

Callers 5

MergeTrajectoriesMethod · 0.80
DoProcessingMethod · 0.80
EndTrackingMethod · 0.80
EndTrackingMethod · 0.80
EndTrackingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected