ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <coresoftware/blob/master/simulation/g4simulation/g4main/PHG4PhenixStackingAction.h>
Public Member Functions | |
PHG4PhenixStackingAction (void) | |
~PHG4PhenixStackingAction () override | |
void | AddAction (PHG4StackingAction *action) |
register an action. This is called in PHG4Reco::Init based on which actions are found on the tree | |
G4ClassificationOfNewTrack | ClassifyNewTrack (const G4Track *aTrack) override |
void | PrepareNewEvent () override |
Public Member Functions inherited from G4UserStackingAction | |
G4UserStackingAction () | |
virtual | ~G4UserStackingAction () |
void | SetStackManager (G4StackManager *value) |
virtual void | NewStage () |
Private Types | |
typedef std::list < PHG4StackingAction * > | ActionList |
list of subsystem specific stacking actions | |
Private Attributes | |
ActionList | actions_ |
Additional Inherited Members | |
Protected Attributes inherited from G4UserStackingAction | |
G4StackManager * | stackManager |
Definition at line 13 of file PHG4PhenixStackingAction.h.
View newest version in sPHENIX GitHub at line 13 of file PHG4PhenixStackingAction.h
|
private |
list of subsystem specific stacking actions
Definition at line 38 of file PHG4PhenixStackingAction.h.
View newest version in sPHENIX GitHub at line 38 of file PHG4PhenixStackingAction.h
|
inline |
Definition at line 17 of file PHG4PhenixStackingAction.h.
View newest version in sPHENIX GitHub at line 17 of file PHG4PhenixStackingAction.h
|
override |
Definition at line 4 of file PHG4PhenixStackingAction.cc.
View newest version in sPHENIX GitHub at line 4 of file PHG4PhenixStackingAction.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 24 of file PHG4PhenixStackingAction.h.
View newest version in sPHENIX GitHub at line 24 of file PHG4PhenixStackingAction.h
References actions_.
Referenced by PHG4Reco::InitRun().
|
overridevirtual |
Reimplemented from G4UserStackingAction.
Definition at line 15 of file PHG4PhenixStackingAction.cc.
View newest version in sPHENIX GitHub at line 15 of file PHG4PhenixStackingAction.cc
|
overridevirtual |
Reimplemented from G4UserStackingAction.
Definition at line 34 of file PHG4PhenixStackingAction.cc.
View newest version in sPHENIX GitHub at line 34 of file PHG4PhenixStackingAction.cc
References actions_.
|
private |
Definition at line 39 of file PHG4PhenixStackingAction.h.
View newest version in sPHENIX GitHub at line 39 of file PHG4PhenixStackingAction.h
Referenced by AddAction(), ClassifyNewTrack(), PrepareNewEvent(), and ~PHG4PhenixStackingAction().