From 59d3d4e285b7c9289c2c090b3d2b8e5803dc399e Mon Sep 17 00:00:00 2001 From: Juan Miguel Carceller Date: Thu, 23 Apr 2026 09:34:27 +0200 Subject: [PATCH] Add the MetadataSvc to geant_fullsim_fccee_lar_pgun.py To prevent a test from failing --- Examples/options/geant_fullsim_fccee_lar_pgun.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Examples/options/geant_fullsim_fccee_lar_pgun.py b/Examples/options/geant_fullsim_fccee_lar_pgun.py index 2955b78a6..5641eac7b 100644 --- a/Examples/options/geant_fullsim_fccee_lar_pgun.py +++ b/Examples/options/geant_fullsim_fccee_lar_pgun.py @@ -11,6 +11,9 @@ ApplicationMgr().StopOnSignal = True ApplicationMgr().ExtSvc += ['RndmGenSvc'] +from Configurables import MetadataSvc +ApplicationMgr().ExtSvc += [MetadataSvc()] + from Configurables import FCCDataSvc ## Data service podioevent = FCCDataSvc("EventDataSvc")