From bd441fc4864a2f0082159b09deaba093b9913cd1 Mon Sep 17 00:00:00 2001
From: Marilena Bandieramonte <marilena.bandieramonte@cern.ch>
Date: Tue, 17 Nov 2020 11:03:33 +0100
Subject: [PATCH] Change the default stepper in DormandPrince745 if AtlasRK4 is
 not available

---
 FullSimLight/src/MyDetectorConstruction.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/FullSimLight/src/MyDetectorConstruction.cc b/FullSimLight/src/MyDetectorConstruction.cc
index c03c06f75..c77ac32fd 100644
--- a/FullSimLight/src/MyDetectorConstruction.cc
+++ b/FullSimLight/src/MyDetectorConstruction.cc
@@ -894,7 +894,7 @@ void MyDetectorConstruction::ConstructSDandField()
 #ifdef G4ATLAS
           std::string m_integratorStepper = "AtlasRK4";
 #else
-          std::string m_integratorStepper = "DormandPrinceRK56";
+          std::string m_integratorStepper = "DormandPrince745";
           //or "ClassicalRK4"
 #endif
           std::cout<<"G4VERSION_NUMBER: "<<G4VERSION_NUMBER<<std::endl;
-- 
GitLab