7 'root://eosatlas.cern.ch//eos/atlas/user/b/binet/utests/utests/filter-d3pd/ntuple.0.root',
8 'root://eosatlas.cern.ch//eos/atlas/user/b/binet/utests/utests/filter-d3pd/ntuple.1.root',
10 import AthenaRootComps.ReadAthenaRoot
11 svcMgr.EventSelector.InputCollections = _cbntfiles
12 svcMgr.EventSelector.TupleName =
"CollectionTree"
13 svcMgr.EventSelector.TupleName =
"egamma"
15 from AthenaPython
import PyAthena
16 StatusCode = PyAthena.StatusCode
34 self.
evtstore = PyAthena.py_svc(
'StoreGateSvc')
36 return StatusCode.Success
39 self.
msg.
info(
'running execute...')
46 for i,v
in enumerate(o):
47 if hasattr(v,
'at')
and not isinstance(v, (basestring,)):
50 except Exception, err:
51 self.
msg.
info(
' --> err for [%s]: %s' % (br, err))
53 return StatusCode.Success
56 return StatusCode.Success
60 from AthenaCommon.AlgSequence
import AlgSequence
64 activeBranches = [
'nMC' ]
65 activeBranches = [
'*' ]
68 svcMgr.EventSelector.ActiveBranches = activeBranches
69 job.MyAlg.ActiveBranches = activeBranches
71 if not 'EVTMAX' in dir():
73 theApp.EvtMax = EVTMAX