11 const std::string& name,
12 const IInterface* parent)
15 declareProperty(
"Edep",
m_config.tedep_cut);
16 declareProperty(
"Length",
m_config.length_cut);
17 declareProperty(
"P",
m_config.p_cut);
18 declareProperty(
"KE",
m_config.ke_cut);
21 std::unique_ptr<G4AtlantisDumper>
25 auto action = std::make_unique<G4AtlantisDumper>(
m_config);
Struct for passing around user actions.
std::vector< G4UserSteppingAction * > steppingActions
std::vector< G4UserEventAction * > eventActions