Geant4
10.03.p03
|
#include <B1ConRunAction.hh>
Public Member Functions | |
B1ConRunAction () | |
virtual | ~B1ConRunAction () |
virtual G4Run * | GenerateRun () |
virtual void | BeginOfRunAction (const G4Run *) |
virtual void | EndOfRunAction (const G4Run *) |
![]() | |
G4UserRunAction () | |
virtual | ~G4UserRunAction () |
virtual void | SetMaster (G4bool val=true) |
G4bool | IsMaster () const |
Additional Inherited Members | |
![]() | |
G4bool | isMaster |
Run action class
In EndOfRunAction(), it calculates the dose in the selected volume from the energy deposit accumulated via stepping and event actions. The computed dose is then printed on the screen.
Definition at line 47 of file B1ConRunAction.hh.
B1ConRunAction::B1ConRunAction | ( | ) |
Definition at line 44 of file B1ConRunAction.cc.
|
virtual |
Definition at line 63 of file B1ConRunAction.cc.
Reimplemented from G4UserRunAction.
Definition at line 75 of file B1ConRunAction.cc.
Reimplemented from G4UserRunAction.
Definition at line 91 of file B1ConRunAction.cc.
Reimplemented from G4UserRunAction.
Definition at line 68 of file B1ConRunAction.cc.