Analysis Software
Documentation for sPHENIX simulation software
|
#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 |
Private Types | |
typedef std::list < PHG4StackingAction * > | ActionList |
list of subsystem specific stacking actions | |
Private Attributes | |
ActionList | actions_ |
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().
|
override |
Definition at line 15 of file PHG4PhenixStackingAction.cc.
View newest version in sPHENIX GitHub at line 15 of file PHG4PhenixStackingAction.cc
References actions_.
|
override |
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().