11 const std::string& name,
12 const IInterface* parent)
15 declareProperty(
"DebugStep",
m_config.step);
16 declareProperty(
"NumSteps",
m_config.numSteps);
19 std::unique_ptr<DebugSteppingAction>
23 auto action = std::make_unique<DebugSteppingAction>(
m_config);
Struct for passing around user actions.
std::vector< G4UserSteppingAction * > steppingActions