|
Geant4
10.02
|
Event action class. More...
#include <B1EventAction.hh>
Inheritance diagram for B1EventAction:
Collaboration diagram for B1EventAction:Public Member Functions | |
| B1EventAction (B1RunAction *runAction) | |
| 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 | AddEdep (G4double edep) |
Public Member Functions inherited from G4UserEventAction | |
| G4UserEventAction () | |
| virtual | ~G4UserEventAction () |
| void | SetEventManager (G4EventManager *value) |
Private Attributes | |
| B1RunAction * | fRunAction |
| G4double | fEdep |
| G4int | fPrintModulo |
Additional Inherited Members | |
Protected Attributes inherited from G4UserEventAction | |
| G4EventManager * | fpEventManager |
Event action class.
It instantiates B1EventInformation object at the beginning of each event.
Definition at line 42 of file B1EventAction.hh.
| B1EventAction::B1EventAction | ( | B1RunAction * | runAction | ) |
Definition at line 39 of file B1EventAction.cc.
|
virtual |
Definition at line 47 of file B1EventAction.cc.
| B1EventAction::B1EventAction | ( | ) |
Definition at line 39 of file B1EventAction.cc.
|
virtual |
| B1EventAction::B1EventAction | ( | ) |
|
virtual |
|
inline |
Definition at line 49 of file B1EventAction.hh.
References fEdep.
|
inline |
Definition at line 51 of file B1EventAction.hh.
References fEdep.
Referenced by B1SteppingAction::UserSteppingAction().
Here is the caller graph for this function:
|
inline |
Definition at line 51 of file B1EventAction.hh.
References fEdep.
|
virtual |
Reimplemented from G4UserEventAction.
|
virtual |
Reimplemented from G4UserEventAction.
|
virtual |
Reimplemented from G4UserEventAction.
Definition at line 52 of file B1EventAction.cc.
References fEdep.
|
virtual |
Reimplemented from G4UserEventAction.
|
virtual |
Reimplemented from G4UserEventAction.
Definition at line 59 of file B1EventAction.cc.
References B1RunAction::AddEdep(), fEdep, and fRunAction.
Here is the call graph for this function:
|
virtual |
Reimplemented from G4UserEventAction.
|
inline |
Definition at line 52 of file B1EventAction.hh.
References fEdep.
|
private |
Definition at line 55 of file B1EventAction.hh.
Referenced by AddEdep(), BeginOfEventAction(), EndOfEventAction(), and GetEdep().
|
private |
Definition at line 55 of file B1EventAction.hh.
|
private |
Definition at line 54 of file B1EventAction.hh.
Referenced by EndOfEventAction().