11 const std::string& name,
12 const IInterface* parent)
16 declareProperty(
"VolumeDepthLevel",
m_config.VolumeDepthLevel);
19 std::unique_ptr<RadLengthAction>
23 auto action = std::make_unique<RadLengthAction>(
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