EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <east/blob/main/Core/include/eASTTrackingAction.hh>
Public Member Functions | |
eASTTrackingAction () | |
virtual | ~eASTTrackingAction () |
virtual void | PreUserTrackingAction (const G4Track *) |
virtual void | PostUserTrackingAction (const G4Track *) |
Private Attributes | |
G4GenericMessenger * | messenger |
G4double | lowELimit = 100. * CLHEP::MeV |
G4int | defaultStoreTraj = 0 |
Definition at line 21 of file eASTTrackingAction.hh.
View newest version in sPHENIX GitHub at line 21 of file eASTTrackingAction.hh
eASTTrackingAction::eASTTrackingAction | ( | ) |
Definition at line 21 of file eASTTrackingAction.cc.
View newest version in sPHENIX GitHub at line 21 of file eASTTrackingAction.cc
|
virtual |
Definition at line 29 of file eASTTrackingAction.cc.
View newest version in sPHENIX GitHub at line 29 of file eASTTrackingAction.cc
References messenger.
|
virtual |
Definition at line 57 of file eASTTrackingAction.cc.
View newest version in sPHENIX GitHub at line 57 of file eASTTrackingAction.cc
References defaultStoreTraj, eASTUserActionDispatcher::GetTrackingActions(), and eASTUserActionDispatcher::Instance().
|
virtual |
Definition at line 34 of file eASTTrackingAction.cc.
View newest version in sPHENIX GitHub at line 34 of file eASTTrackingAction.cc
References defaultStoreTraj, eASTUserActionDispatcher::GetTrackingActions(), eASTUserActionDispatcher::Instance(), and lowELimit.
|
private |
Definition at line 33 of file eASTTrackingAction.hh.
View newest version in sPHENIX GitHub at line 33 of file eASTTrackingAction.hh
Referenced by PostUserTrackingAction(), and PreUserTrackingAction().
|
private |
Definition at line 32 of file eASTTrackingAction.hh.
View newest version in sPHENIX GitHub at line 32 of file eASTTrackingAction.hh
Referenced by eASTTrackingAction(), and PreUserTrackingAction().
|
private |
Definition at line 31 of file eASTTrackingAction.hh.
View newest version in sPHENIX GitHub at line 31 of file eASTTrackingAction.hh
Referenced by eASTTrackingAction(), and ~eASTTrackingAction().