Geant4.10
|
#include <B1EventAction.hh>
Public Member Functions | |
B1EventAction () | |
virtual | ~B1EventAction () |
virtual void | BeginOfEventAction (const G4Event *event) |
virtual void | EndOfEventAction (const G4Event *event) |
void | AddEdep (G4double edep) |
B1EventAction () | |
virtual | ~B1EventAction () |
virtual void | BeginOfEventAction (const G4Event *event) |
virtual void | EndOfEventAction (const G4Event *event) |
void | AddEdep (G4double edep) |
G4double | GetEdep () const |
B1EventAction () | |
virtual | ~B1EventAction () |
virtual void | BeginOfEventAction (const G4Event *event) |
virtual void | EndOfEventAction (const G4Event *event) |
void | Reset () |
G4double | GetEnergySum () const |
G4double | GetEnergy2Sum () const |
![]() | |
G4UserEventAction () | |
virtual | ~G4UserEventAction () |
void | SetEventManager (G4EventManager *value) |
Static Public Member Functions | |
static B1EventAction * | Instance () |
Additional Inherited Members | |
![]() | |
G4EventManager * | fpEventManager |
Event action class
Event action class
It instantiates B1EventInformation object at the beginning of each event.
Event action class
It holds data member fEnergySum and fEnergy2Sum for accumulating the event energy deposit its square event by event. These data are then used in the run action to compute the dose. The accumulated energy and enrgy square sums are reset for each new run via the Reset() function from the run action.
Definition at line 40 of file basic/B1/include/B1EventAction.hh.
B1EventAction::B1EventAction | ( | ) |
Definition at line 39 of file basic/B1/src/B1EventAction.cc.
|
virtual |
Definition at line 46 of file basic/B1/src/B1EventAction.cc.
B1EventAction::B1EventAction | ( | ) |
|
virtual |
B1EventAction::B1EventAction | ( | ) |
|
virtual |
Definition at line 49 of file basic/B1/include/B1EventAction.hh.
Referenced by B1SteppingAction::UserSteppingAction().
Definition at line 51 of file extended/analysis/B1Con/include/B1EventAction.hh.
Reimplemented from G4UserEventAction.
Definition at line 51 of file basic/B1/src/B1EventAction.cc.
Reimplemented from G4UserEventAction.
Reimplemented from G4UserEventAction.
Reimplemented from G4UserEventAction.
Definition at line 58 of file basic/B1/src/B1EventAction.cc.
References B1Run::AddEdep(), G4RunManager::GetNonConstCurrentRun(), and G4RunManager::GetRunManager().
Reimplemented from G4UserEventAction.
Reimplemented from G4UserEventAction.
|
inline |
Definition at line 52 of file extended/analysis/B1Con/include/B1EventAction.hh.
|
inline |
Definition at line 63 of file extended/visualization/userVisAction/include/B1EventAction.hh.
|
inline |
Definition at line 62 of file extended/visualization/userVisAction/include/B1EventAction.hh.
|
static |
Definition at line 46 of file extended/visualization/userVisAction/src/B1EventAction.cc.
void B1EventAction::Reset | ( | ) |
Definition at line 96 of file extended/visualization/userVisAction/src/B1EventAction.cc.