12 const std::string& name,
13 const IInterface* parent)
16 declareProperty(
"Plane",
m_config.plane);
17 declareProperty(
"PKill",
m_config.pkill);
18 declareProperty(
"FName",
m_config.fname);
21 std::unique_ptr<ScoringPlane>
25 auto action = std::make_unique<ScoringPlane>(
m_config);
26 actionList.
runActions.push_back( action.get() );
Struct for passing around user actions.
std::vector< G4UserSteppingAction * > steppingActions
std::vector< G4UserEventAction * > eventActions
std::vector< G4UserRunAction * > runActions