From 107e97063a07c3c888a48e0f4d0cb02c04582052 Mon Sep 17 00:00:00 2001 From: Leonhard Reichenbach Date: Tue, 25 Jun 2024 14:42:39 +0200 Subject: [PATCH] Update used detector model --- CLDConfig/CLDReconstruction.py | 2 +- CLDConfig/cld_steer.py | 2 +- test/CMakeLists.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CLDConfig/CLDReconstruction.py b/CLDConfig/CLDReconstruction.py index 5e1b225..19617e4 100644 --- a/CLDConfig/CLDReconstruction.py +++ b/CLDConfig/CLDReconstruction.py @@ -55,7 +55,7 @@ from Configurables import GeoSvc, TrackingCellIDEncodingSvc geoservice = GeoSvc("GeoSvc") -geoservice.detectors = [os.environ["K4GEO"]+"/FCCee/CLD/compact/CLD_o2_v05/CLD_o2_v05.xml"] +geoservice.detectors = [os.environ["K4GEO"]+"/FCCee/CLD/compact/CLD_o2_v06/CLD_o2_v06.xml"] geoservice.OutputLevel = INFO geoservice.EnableGeant4Geo = False svcList.append(geoservice) diff --git a/CLDConfig/cld_steer.py b/CLDConfig/cld_steer.py index 59f35b7..b3fa610 100644 --- a/CLDConfig/cld_steer.py +++ b/CLDConfig/cld_steer.py @@ -23,7 +23,7 @@ SIM = DD4hepSimulation() ## The compact XML file -SIM.compactFile = "" +SIM.compactFile = os.environ["K4GEO"]+"/FCCee/CLD/compact/CLD_o2_v06/CLD_o2_v06.xml" ## Lorentz boost for the crossing angle, in radian! SIM.crossingAngleBoost = 0.015 SIM.enableDetailedShowerMode = True diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 41fe76a..b9009d6 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -18,7 +18,7 @@ limitations under the License. ]] include(CTest) -set(DETECTOR $ENV{K4GEO}/FCCee/CLD/compact/FCCee_o1_v04/FCCee_o1_v04.xml) +set(DETECTOR $ENV{K4GEO}/FCCee/CLD/compact/CLD_o2_v06/CLD_o2_v06.xml) set(CLDConfig_DIR ${CMAKE_CURRENT_LIST_DIR}/../CLDConfig) add_test(NAME ddsim_lcio