Analysis Software
Documentation for sPHENIX simulation software
|
#include <acts/blob/sPHENIX/Examples/Algorithms/Geant4/include/ActsExamples/Geant4/SteppingActionList.hpp>
Classes | |
struct | Config |
Public Member Functions | |
SteppingActionList (const Config &cfg) | |
void | UserSteppingAction (const G4Step *step) override |
Private Attributes | |
Config | m_cfg |
Geant4 only allows one user action of each type. This simple wrapper dispatches multiple actions to Geant4.
Definition at line 25 of file SteppingActionList.hpp.
View newest version in sPHENIX GitHub at line 25 of file SteppingActionList.hpp
|
inline |
Definition at line 31 of file SteppingActionList.hpp.
View newest version in sPHENIX GitHub at line 31 of file SteppingActionList.hpp
|
inlineoverride |
Definition at line 33 of file SteppingActionList.hpp.
View newest version in sPHENIX GitHub at line 33 of file SteppingActionList.hpp
References parse_cmake_options::action, ActsExamples::SteppingActionList::Config::actions, and m_cfg.
|
private |
Definition at line 42 of file SteppingActionList.hpp.
View newest version in sPHENIX GitHub at line 42 of file SteppingActionList.hpp
Referenced by UserSteppingAction().