ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/examples/basic/B1/include/B1EventAction.hh>
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 () |
virtual 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
Event action class
It instantiates B1EventInformation object at the beginning of each event.
Definition at line 41 of file B1EventAction.hh.
View newest version in sPHENIX GitHub at line 41 of file B1EventAction.hh
B1EventAction::B1EventAction | ( | B1RunAction * | runAction | ) |
Definition at line 38 of file B1EventAction.cc.
View newest version in sPHENIX GitHub at line 38 of file B1EventAction.cc
|
virtual |
Definition at line 46 of file B1EventAction.cc.
View newest version in sPHENIX GitHub at line 46 of file B1EventAction.cc
B1EventAction::B1EventAction | ( | ) |
Definition at line 38 of file B1EventAction.cc.
View newest version in sPHENIX GitHub at line 38 of file B1EventAction.cc
|
virtual |
B1EventAction::B1EventAction | ( | ) |
|
virtual |
Definition at line 48 of file B1EventAction.hh.
View newest version in sPHENIX GitHub at line 48 of file B1EventAction.hh
Definition at line 50 of file B1EventAction.hh.
View newest version in sPHENIX GitHub at line 50 of file B1EventAction.hh
Referenced by B1SteppingAction::UserSteppingAction().
Definition at line 50 of file B1EventAction.hh.
View newest version in sPHENIX GitHub at line 50 of file B1EventAction.hh
Reimplemented from G4UserEventAction.
Reimplemented from G4UserEventAction.
Reimplemented from G4UserEventAction.
Definition at line 51 of file B1EventAction.cc.
View newest version in sPHENIX GitHub at line 51 of file B1EventAction.cc
References fEdep.
Reimplemented from G4UserEventAction.
Reimplemented from G4UserEventAction.
Definition at line 58 of file B1EventAction.cc.
View newest version in sPHENIX GitHub at line 58 of file B1EventAction.cc
References B1RunAction::AddEdep(), fEdep, and fRunAction.
Reimplemented from G4UserEventAction.
|
inline |
Definition at line 51 of file B1EventAction.hh.
View newest version in sPHENIX GitHub at line 51 of file B1EventAction.hh
References fEdep.
|
private |
Definition at line 54 of file B1EventAction.hh.
View newest version in sPHENIX GitHub at line 54 of file B1EventAction.hh
Referenced by AddEdep(), BeginOfEventAction(), EndOfEventAction(), and GetEdep().
|
private |
Definition at line 54 of file B1EventAction.hh.
View newest version in sPHENIX GitHub at line 54 of file B1EventAction.hh
|
private |
Definition at line 53 of file B1EventAction.hh.
View newest version in sPHENIX GitHub at line 53 of file B1EventAction.hh
Referenced by EndOfEventAction().