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