Loading src/modules/DepositionGenerator/ActionInitializationPrimaries.hpp +5 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,8 @@ #include "core/config/Configuration.hpp" #include "../DepositionGeant4/SetTrackInfoUserHookG4.hpp" #include "modules/DepositionGeant4/SetTrackInfoUserHookG4.hpp" #include "modules/DepositionGeant4/StepInfoUserHookG4.hpp" namespace allpix { class PrimariesReader; Loading @@ -43,6 +44,9 @@ namespace allpix { // tracker hook SetUserAction(new SetTrackInfoUserHookG4()); // step hook SetUserAction(new StepInfoUserHookG4()); }; private: Loading Loading
src/modules/DepositionGenerator/ActionInitializationPrimaries.hpp +5 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,8 @@ #include "core/config/Configuration.hpp" #include "../DepositionGeant4/SetTrackInfoUserHookG4.hpp" #include "modules/DepositionGeant4/SetTrackInfoUserHookG4.hpp" #include "modules/DepositionGeant4/StepInfoUserHookG4.hpp" namespace allpix { class PrimariesReader; Loading @@ -43,6 +44,9 @@ namespace allpix { // tracker hook SetUserAction(new SetTrackInfoUserHookG4()); // step hook SetUserAction(new StepInfoUserHookG4()); }; private: Loading