We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7553797 commit 34ed852Copy full SHA for 34ed852
1 file changed
Examples/options/geant_fullsim_fccee_lar_pgun.py
@@ -11,6 +11,9 @@
11
ApplicationMgr().StopOnSignal = True
12
ApplicationMgr().ExtSvc += ['RndmGenSvc']
13
14
+from Configurables import MetadataSvc
15
+ApplicationMgr().ExtSvc += [MetadataSvc()]
16
+
17
from Configurables import FCCDataSvc
18
## Data service
19
podioevent = FCCDataSvc("EventDataSvc")
0 commit comments