From b863028d324ff1867b1a7513d0bb0e472a99d8c3 Mon Sep 17 00:00:00 2001 From: jmcarcell Date: Mon, 30 Sep 2024 08:50:51 +0200 Subject: [PATCH] Fix path to use CLD --- k4Reco/DDPlanarDigi/options/runDDPlanarDigi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k4Reco/DDPlanarDigi/options/runDDPlanarDigi.py b/k4Reco/DDPlanarDigi/options/runDDPlanarDigi.py index ff627c1..2429b10 100644 --- a/k4Reco/DDPlanarDigi/options/runDDPlanarDigi.py +++ b/k4Reco/DDPlanarDigi/options/runDDPlanarDigi.py @@ -29,7 +29,7 @@ id_service = UniqueIDGenSvc("UniqueIDGenSvc") geoservice = GeoSvc("GeoSvc") -geoservice.detectors = [os.environ["K4GEO"]+"/CLIC/compact/CLIC_o2_v07/CLIC_o2_v07.xml"] +geoservice.detectors = [os.environ["K4GEO"]+"FCCee/CLD/compact/CLD_o2_v07/CLD_o2_v07.xml"] geoservice.OutputLevel = INFO geoservice.EnableGeant4Geo = False