| 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) |
no outgoing calls
no test coverage detected