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