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

Method GetNumberOfEventToBeProcessed

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

Source from the content-addressed store, hash-verified

86 inline G4int GetNumberOfEvent() const { return numberOfEvent; }
87
88 inline G4int GetNumberOfEventToBeProcessed() const { return numberOfEventToBeProcessed; }
89
90 // Returns hits collection.
91 inline const G4HCtable* GetHCtable() const { return HCtable; }

Callers 13

operator()Method · 0.80
UserSteppingActionMethod · 0.80
EndOfRunActionMethod · 0.80
BeginOfRunActionMethod · 0.80
PrintRunInfoMethod · 0.80
PrintRunInfoMethod · 0.80
BeginOfRunMethod · 0.80
UpdateStatusMethod · 0.80
BeginOfRunActionMethod · 0.80
BeginOfRunActionMethod · 0.80
PrintRunInfoMethod · 0.80
PrintRunInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected