Loading src/tools/geant4/MTRunManager.hpp +1 −1 Original line number Diff line number Diff line Loading @@ -97,7 +97,7 @@ namespace allpix { * @brief Overriding G4RunManager::AbortRun so as to reset the state to G4State_Idle in order to allow the next event * to run BeamOn */ void AbortRun(G4bool softAbort) override; void AbortRun(G4bool softAbort = false) override; // NOLINT protected: /** Loading src/tools/geant4/WorkerRunManager.hpp +1 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,7 @@ namespace allpix { * @brief Overriding G4RunManager::AbortRun so as to reset the state to G4State_Idle in order to allow the next event * to run BeamOn */ void AbortRun(G4bool softAbort) override; void AbortRun(G4bool softAbort = false) override; // NOLINT /** * @brief Factory method to create new worker for calling thread. Loading Loading
src/tools/geant4/MTRunManager.hpp +1 −1 Original line number Diff line number Diff line Loading @@ -97,7 +97,7 @@ namespace allpix { * @brief Overriding G4RunManager::AbortRun so as to reset the state to G4State_Idle in order to allow the next event * to run BeamOn */ void AbortRun(G4bool softAbort) override; void AbortRun(G4bool softAbort = false) override; // NOLINT protected: /** Loading
src/tools/geant4/WorkerRunManager.hpp +1 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,7 @@ namespace allpix { * @brief Overriding G4RunManager::AbortRun so as to reset the state to G4State_Idle in order to allow the next event * to run BeamOn */ void AbortRun(G4bool softAbort) override; void AbortRun(G4bool softAbort = false) override; // NOLINT /** * @brief Factory method to create new worker for calling thread. Loading