8 """Creates a ComponentAccumulator instance containing the
9 athena services required for ROOT file reading.
12 cfg = ComponentAccumulator()
15 evSel = CompFactory.Athena.RootNtupleEventSelector(
"EventSelector",
16 InputCollections = flags.Input.Files,
17 TupleName = tupleName,
18 SkipEvents = flags.Exec.SkipEvents)
20 cfg.addService( CompFactory.Athena.NtupleCnvSvc() )
22 cfg.setAppProperty(
"EvtSel", evSel.getFullJobOptName())