Geant4
10.02.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 *) |
![]() | |
G4UserRunAction () | |
virtual | ~G4UserRunAction () |
void | SetMaster (G4bool val=true) |
G4bool | IsMaster () const |
Private Attributes | |
G4Parameter< G4double > | fEdep |
G4Parameter< G4double > | fEdep2 |
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 46 of file basic/B1/include/B1RunAction.hh.
B1RunAction::B1RunAction | ( | ) |
Definition at line 46 of file basic/B1/src/B1RunAction.cc.
|
virtual |
Definition at line 71 of file basic/B1/src/B1RunAction.cc.
B1RunAction::B1RunAction | ( | ) |
|
virtual |
void B1RunAction::AddEdep | ( | G4double | edep | ) |
Definition at line 156 of file basic/B1/src/B1RunAction.cc.
|
virtual |
Reimplemented from G4UserRunAction.
|
virtual |
Reimplemented from G4UserRunAction.
Definition at line 76 of file basic/B1/src/B1RunAction.cc.
|
virtual |
Reimplemented from G4UserRunAction.
|
virtual |
Reimplemented from G4UserRunAction.
Definition at line 89 of file basic/B1/src/B1RunAction.cc.
|
virtual |
Reimplemented from G4UserRunAction.
Definition at line 67 of file extended/visualization/userVisAction/src/B1RunAction.cc.
|
private |
Definition at line 59 of file basic/B1/include/B1RunAction.hh.
|
private |
Definition at line 60 of file basic/B1/include/B1RunAction.hh.