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

Method SetRandomNumberStatusForProcessing

source/event/include/G4Event.hh:96–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94 validRandomNumberStatus = true;
95 }
96 inline void SetRandomNumberStatusForProcessing(G4String& st)
97 {
98 randomNumberStatusForProcessing = new G4String(st);
99 validRandomNumberStatusForProcessing = true;
100 }
101 inline void KeepTheEvent(G4bool vl=true) const
102 { keepTheEvent = vl; }
103 inline G4bool KeepTheEventFlag() const

Callers 1

DoProcessingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected