Skip to content

Commit 34ed852

Browse files
authored
Add the MetadataSvc to geant_fullsim_fccee_lar_pgun.py (#492)
1 parent 7553797 commit 34ed852

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Examples/options/geant_fullsim_fccee_lar_pgun.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
ApplicationMgr().StopOnSignal = True
1212
ApplicationMgr().ExtSvc += ['RndmGenSvc']
1313

14+
from Configurables import MetadataSvc
15+
ApplicationMgr().ExtSvc += [MetadataSvc()]
16+
1417
from Configurables import FCCDataSvc
1518
## Data service
1619
podioevent = FCCDataSvc("EventDataSvc")

0 commit comments

Comments
 (0)