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