From ae1e974ea3543a3a265bc9ae53b0881783ebd736 Mon Sep 17 00:00:00 2001 From: David Lange Date: Tue, 28 Jul 2026 14:21:27 +0200 Subject: [PATCH] move to k4geo --- examples/FCCee/tutorials/analysis_tutorial_mva.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/FCCee/tutorials/analysis_tutorial_mva.py b/examples/FCCee/tutorials/analysis_tutorial_mva.py index 326e8166364..655b004cdb5 100644 --- a/examples/FCCee/tutorials/analysis_tutorial_mva.py +++ b/examples/FCCee/tutorials/analysis_tutorial_mva.py @@ -4,8 +4,8 @@ #Get the detector geometry from os import getenv -FCCDETECTORS=getenv('FCCDETECTORS') -geometryFile = FCCDETECTORS+"/Detector/DetFCCeeIDEA-LAr/compact/FCCee_DectMaster.xml" +K4GEO=getenv('K4GEO') +geometryFile = K4GEO+"/FCCee/ALLEGRO/compact/ALLEGRO_o1_v03/ALLEGRO_o1_v03.xml" readoutName = "ECalBarrelPhiEta" #Mandatory: RDFanalysis class where the use defines the operations on the TTree