EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <fun4all_coresoftware/blob/master/simulation/g4simulation/g4main/PHG4PhenixSteppingAction.h>
Public Member Functions | |
PHG4PhenixSteppingAction (void) | |
~PHG4PhenixSteppingAction () override | |
void | AddAction (PHG4SteppingAction *action) |
register an action. This is called in PHG4Reco::Init based on which actions are found on the tree | |
void | UserSteppingAction (const G4Step *) override |
Private Types | |
typedef std::list < PHG4SteppingAction * > | ActionList |
list of subsystem specific stepping actions | |
Private Attributes | |
ActionList | actions_ |
Definition at line 12 of file PHG4PhenixSteppingAction.h.
View newest version in sPHENIX GitHub at line 12 of file PHG4PhenixSteppingAction.h
|
private |
list of subsystem specific stepping actions
Definition at line 36 of file PHG4PhenixSteppingAction.h.
View newest version in sPHENIX GitHub at line 36 of file PHG4PhenixSteppingAction.h
|
inline |
Definition at line 16 of file PHG4PhenixSteppingAction.h.
View newest version in sPHENIX GitHub at line 16 of file PHG4PhenixSteppingAction.h
|
override |
Definition at line 4 of file PHG4PhenixSteppingAction.cc.
View newest version in sPHENIX GitHub at line 4 of file PHG4PhenixSteppingAction.cc
References actions_.
|
inline |
register an action. This is called in PHG4Reco::Init based on which actions are found on the tree
Definition at line 23 of file PHG4PhenixSteppingAction.h.
View newest version in sPHENIX GitHub at line 23 of file PHG4PhenixSteppingAction.h
References actions_.
Referenced by PHG4Reco::InitRun().
|
override |
Definition at line 15 of file PHG4PhenixSteppingAction.cc.
View newest version in sPHENIX GitHub at line 15 of file PHG4PhenixSteppingAction.cc
References actions_.
|
private |
Definition at line 37 of file PHG4PhenixSteppingAction.h.
View newest version in sPHENIX GitHub at line 37 of file PHG4PhenixSteppingAction.h
Referenced by AddAction(), UserSteppingAction(), and ~PHG4PhenixSteppingAction().