12 Create an Event Tag Collection based from the DST file prepared by the
16 from Configurables
import GaudiPersistency, RndmGenSvc, TagCollectionSvc
17 from Configurables
import Gaudi__Examples__EvtColAlg
as EvtColAlg
20 FileCatalog(Catalogs=[
"xmlcatalog_file:EvtColsEx.xml"])
25 "DATAFILE='PFN:EvtColsEx.dst' SVC='Gaudi::RootEvtSelector' OPT='READ'"
29 evtColl = TagCollectionSvc(
"EvtTupleSvc")
31 "EVTCOLS DATAFILE='PFN:EvtColsEx.tags' OPT='RECREATE' SVC='Gaudi::RootCnvSvc'"
42 app.ExtSvc += [RndmGenSvc(), evtColl]