ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Generators
Rivet_i
examples
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
Rivet_i
Interface to the Rivet analysis package.
Definition
Rivet_i.h:31
Generated on
for ATLAS Offline Software by
1.17.0