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

Method SetRunID

source/run/include/G4Run.hh:105–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 G4int GetNumberOfKeptEvents() const;
104
105 inline void SetRunID(G4int id) { runID = id; }
106 inline void SetNumberOfEventToBeProcessed(G4int n_ev) { numberOfEventToBeProcessed = n_ev; }
107 inline void SetHCtable(G4HCtable* HCtbl) { HCtable = HCtbl; }
108 inline void SetDCtable(G4DCtable* DCtbl) { DCtable = DCtbl; }

Callers 7

RunInitializationMethod · 0.45
RunInitializationMethod · 0.45
RunInitializationMethod · 0.45
RunInitializationMethod · 0.45
BeginOfRunActionMethod · 0.45
BeginOfRunActionMethod · 0.45
BeginOfRunActionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected