Geant4
10.03.p02
|
#include <Par02RunAction.hh>
Public Member Functions | |
Par02RunAction (const G4String OutName="SimpleOutput") | |
virtual | ~Par02RunAction () |
virtual void | BeginOfRunAction (const G4Run *) |
virtual void | EndOfRunAction (const G4Run *) |
![]() | |
G4UserRunAction () | |
virtual | ~G4UserRunAction () |
virtual G4Run * | GenerateRun () |
virtual void | SetMaster (G4bool val=true) |
G4bool | IsMaster () const |
Additional Inherited Members | |
![]() | |
G4bool | isMaster |
Run action (before/after run processing).
Defines the action at the beginning and at the end of each run. Content of G4Run cannot be changed. The class needs to be set in G4RunManager::SetUserAction().
Definition at line 46 of file Par02RunAction.hh.
Par02RunAction::Par02RunAction | ( | const G4String | OutName = "SimpleOutput" | ) |
A default constructor.
OutName | The output root file name (it will store all the events within one run). |
Definition at line 39 of file Par02RunAction.cc.
|
virtual |
Defines the actions at the beginning of the run. It starts the analysis (create output root file) and create all the histograms defined in Par02Output singleton class.
Reimplemented from G4UserRunAction.
Definition at line 56 of file Par02RunAction.cc.
Defines the actions at the end of the run. It ends the analysis (write and close output root file) via Par02Output singleton class.
Reimplemented from G4UserRunAction.
Definition at line 63 of file Par02RunAction.cc.