1 if not isinstance(FNAMES, (list,tuple)):
5 if not 'TUPLENAME' in dir():
8 import AthenaRootComps.ReadAthenaRoot
9 svcMgr.EventSelector.InputCollections = FNAMES
10 svcMgr.EventSelector.TupleName = TUPLENAME
12 from AthenaCommon.AlgSequence
import AlgSequence
15 import AthenaRootComps.AthenaRootCompsConf
as arcc
16 if not 'USEVARHANDLE' in dir():
18 if USEVARHANDLE: job += arcc.Athena__RootAsciiDumperAlgHandle(
"rootdumper")
19 else: job += arcc.Athena__RootAsciiDumperAlg (
"rootdumper")
23 print (
'attach now', os.getpid())
29 theApp.seekEvent(12177)
30 theApp.seekEvent(24412)
31 theApp.seekEvent(24339)