ATLAS Offline Software
grid_jO.py
Go to the documentation of this file.
1 theApp.EvtMax = -1
2 
3 import AthenaPoolCnvSvc.ReadAthenaPool
4 
5 from AthenaCommon.AlgSequence import AlgSequence
6 job = AlgSequence()
7 
8 from xAODEventInfoCnv.xAODEventInfoCnvConf import xAODMaker__EventInfoCnvAlg
9 job += xAODMaker__EventInfoCnvAlg()
10 
11 from Rivet_i.Rivet_iConf import Rivet_i
12 rivet = Rivet_i()
13 import os
14 rivet.AnalysisPath = os.environ['PWD']
15 
16 rivet.Analyses += [ 'MC_JETS' ]
17 rivet.RunName = ''
18 rivet.HistoFile = 'MyOutput.yoda.gz'
19 rivet.CrossSection = 1.0
20 #rivet.IgnoreBeamCheck = True
21 job += rivet
22 
python.AlgSequence.AlgSequence
AlgSequence
Definition: PhysicsAnalysis/D3PDTools/AnaAlgorithm/python/AlgSequence.py:7