Geant4_10
|
#include <ExG4RunAction01.hh>
Public Member Functions | |
ExG4RunAction01 () | |
~ExG4RunAction01 () | |
virtual void | BeginOfRunAction (const G4Run *run) |
virtual void | EndOfRunAction (const G4Run *run) |
void | SetRndmFileName (const G4String &fileName) |
void | SetVerboseLevel (G4int level) |
void | SetSaveRndm (G4bool value) |
void | SetReadRndm (G4bool value) |
void | SetAutoSeed (G4bool value) |
Public Member Functions inherited from G4UserRunAction | |
G4UserRunAction () | |
virtual | ~G4UserRunAction () |
virtual G4Run * | GenerateRun () |
void | SetMaster (G4bool val=true) |
G4bool | IsMaster () const |
Additional Inherited Members | |
Protected Attributes inherited from G4UserRunAction | |
G4bool | isMaster |
Run action class
It provides:
Definition at line 49 of file ExG4RunAction01.hh.
ExG4RunAction01::ExG4RunAction01 | ( | ) |
Standard constructor
Definition at line 45 of file ExG4RunAction01.cc.
ExG4RunAction01::~ExG4RunAction01 | ( | ) |
Destructor
Definition at line 58 of file ExG4RunAction01.cc.
Reimplemented from G4UserRunAction.
Definition at line 64 of file ExG4RunAction01.cc.
Reimplemented from G4UserRunAction.
Definition at line 109 of file ExG4RunAction01.cc.