![]() |
EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <fun4all_coresoftware/blob/master/simulation/g4simulation/g4main/PHG4StackingAction.h>
Inheritance diagram for PHG4StackingAction:
Collaboration diagram for PHG4StackingAction: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
|
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
|
inlinevirtual |
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().
Here is the caller graph for this function:
|
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().
Here is the caller graph for this function:
|
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().