Geant4
10.03.p03
|
#include <B1RunAction.hh>
Public Member Functions | |
B1RunAction () | |
virtual | ~B1RunAction () |
virtual void | BeginOfRunAction (const G4Run *) |
virtual void | EndOfRunAction (const G4Run *) |
void | AddEdep (G4double edep) |
B1RunAction () | |
virtual | ~B1RunAction () |
virtual G4Run * | GenerateRun () |
virtual void | BeginOfRunAction (const G4Run *) |
virtual void | EndOfRunAction (const G4Run *) |
Public Member Functions inherited from G4UserRunAction | |
G4UserRunAction () | |
virtual | ~G4UserRunAction () |
virtual void | SetMaster (G4bool val=true) |
G4bool | IsMaster () const |
Additional Inherited Members | |
Protected Attributes inherited from G4UserRunAction | |
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 46 of file B1RunAction.hh.
B1RunAction::B1RunAction | ( | ) |
Definition at line 46 of file B1RunAction.cc.
|
virtual |
Definition at line 71 of file B1RunAction.cc.
B1RunAction::B1RunAction | ( | ) |
|
virtual |
Reimplemented from G4UserRunAction.
Reimplemented from G4UserRunAction.
Definition at line 76 of file B1RunAction.cc.
Reimplemented from G4UserRunAction.
Reimplemented from G4UserRunAction.
Definition at line 89 of file B1RunAction.cc.
Reimplemented from G4UserRunAction.
Definition at line 67 of file B1RunAction.cc.