12 const std::string& name,
13 const IInterface* parent)
16 declareProperty(
"HelperTool",
m_config.helper);
19 std::unique_ptr<GeantFollowerMS>
23 auto action = std::make_unique<GeantFollowerMS>(
m_config);
24 actionList.
runActions.push_back( action.get() );
Struct for passing around user actions.
std::vector< G4UserSteppingAction * > steppingActions
std::vector< G4UserEventAction * > eventActions
std::vector< G4UserRunAction * > runActions