11 const std::string& name,
12 const IInterface* parent)
15 declareProperty(
"RHadronPDGIDList",
m_pdgids,
"List of R-Hadron PDG IDs");
18 std::unique_ptr<SG_StepNtuple>
22 auto action = std::make_unique<SG_StepNtuple>(
m_pdgids);
23 actionList.
runActions.push_back( action.get() );
Struct for passing around user actions.
std::vector< G4UserSteppingAction * > steppingActions
std::vector< G4UserEventAction * > eventActions
std::vector< G4UserRunAction * > runActions