11 const std::string& name,
12 const IInterface* parent)
15 declareProperty(
"TreatmentLevel",
m_config.treatmentLevel);
16 declareProperty(
"KillAfter",
m_config.killAfter);
19 std::unique_ptr<HyperspaceCatcher>
23 auto action = std::make_unique<HyperspaceCatcher>(
m_config);
24 actionList.
runActions.push_back( action.get() );
User action for catching cases of the hyperspace bug.
Struct for passing around user actions.
std::vector< G4UserSteppingAction * > steppingActions
std::vector< G4UserRunAction * > runActions