ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <coresoftware/blob/master/simulation/g4simulation/g4main/PHG4StackingAction.h>
Public Member Functions | |
PHG4StackingAction (const std::string &name, const int i=0) | |
virtual | ~PHG4StackingAction () |
virtual G4ClassificationOfNewTrack | ClassifyNewTrack (const G4Track *) |
stacking action. This gets called by the stacking action when a new track is generated | |
virtual void | PrepareNewEvent () |
virtual void | Verbosity (const int i) |
virtual int | Verbosity () const |
virtual int | Init () |
virtual void | SetInterfacePointers (PHCompositeNode *) |
virtual void | Print (const std::string &) const |
std::string | GetName () const |
void | SetName (const std::string &name) |
Private Attributes | |
int | m_Verbosity = 0 |
std::string | m_Name |
Definition at line 16 of file PHG4StackingAction.h.
View newest version in sPHENIX GitHub at line 16 of file PHG4StackingAction.h
PHG4StackingAction::PHG4StackingAction | ( | const std::string & | name, |
const int | i = 0 |
||
) |
Definition at line 5 of file PHG4StackingAction.cc.
View newest version in sPHENIX GitHub at line 5 of file PHG4StackingAction.cc
|
inlinevirtual |
Definition at line 20 of file PHG4StackingAction.h.
View newest version in sPHENIX GitHub at line 20 of file PHG4StackingAction.h
|
inlinevirtual |
stacking action. This gets called by the stacking action when a new track is generated
Reimplemented in G4EicDircStackingAction.
Definition at line 27 of file PHG4StackingAction.h.
View newest version in sPHENIX GitHub at line 27 of file PHG4StackingAction.h
References fUrgent.
|
inline |
Definition at line 35 of file PHG4StackingAction.h.
View newest version in sPHENIX GitHub at line 35 of file PHG4StackingAction.h
References m_Name.
|
inlinevirtual |
Definition at line 31 of file PHG4StackingAction.h.
View newest version in sPHENIX GitHub at line 31 of file PHG4StackingAction.h
|
inlinevirtual |
Reimplemented in G4EicDircStackingAction.
Definition at line 28 of file PHG4StackingAction.h.
View newest version in sPHENIX GitHub at line 28 of file PHG4StackingAction.h
|
inlinevirtual |
Definition at line 34 of file PHG4StackingAction.h.
View newest version in sPHENIX GitHub at line 34 of file PHG4StackingAction.h
|
inlinevirtual |
Definition at line 33 of file PHG4StackingAction.h.
View newest version in sPHENIX GitHub at line 33 of file PHG4StackingAction.h
|
inline |
Definition at line 36 of file PHG4StackingAction.h.
View newest version in sPHENIX GitHub at line 36 of file PHG4StackingAction.h
References m_Name.
Definition at line 29 of file PHG4StackingAction.h.
View newest version in sPHENIX GitHub at line 29 of file PHG4StackingAction.h
References m_Verbosity.
Referenced by G4EicDircSubsystem::InitRunSubsystem().
|
inlinevirtual |
Definition at line 30 of file PHG4StackingAction.h.
View newest version in sPHENIX GitHub at line 30 of file PHG4StackingAction.h
References m_Verbosity.
Referenced by G4EicDircStackingAction::PrepareNewEvent().
|
private |
Definition at line 40 of file PHG4StackingAction.h.
View newest version in sPHENIX GitHub at line 40 of file PHG4StackingAction.h
|
private |
Definition at line 39 of file PHG4StackingAction.h.
View newest version in sPHENIX GitHub at line 39 of file PHG4StackingAction.h
Referenced by Verbosity().