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")