From 6a561c361dcb467a4f7305075257e3b830405691 Mon Sep 17 00:00:00 2001 From: jmcarcell Date: Fri, 13 Dec 2024 10:01:44 +0100 Subject: [PATCH] Use CLD_o2_v07 instead of CLD_o2_v06 in the sim steering file --- CLDConfig/cld_steer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLDConfig/cld_steer.py b/CLDConfig/cld_steer.py index b3fa610..2167a1b 100644 --- a/CLDConfig/cld_steer.py +++ b/CLDConfig/cld_steer.py @@ -23,7 +23,7 @@ SIM = DD4hepSimulation() ## The compact XML file -SIM.compactFile = os.environ["K4GEO"]+"/FCCee/CLD/compact/CLD_o2_v06/CLD_o2_v06.xml" +SIM.compactFile = os.environ["K4GEO"]+"/FCCee/CLD/compact/CLD_o2_v07/CLD_o2_v07.xml" ## Lorentz boost for the crossing angle, in radian! SIM.crossingAngleBoost = 0.015 SIM.enableDetailedShowerMode = True