ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Generators
PMGSystematicsTools
data
RivetAnalysis_JO_noSyst.py
Go to the documentation of this file.
1
import
os
2
3
theApp.EvtMax = -1
4
5
import
AthenaPoolCnvSvc.ReadAthenaPool
6
svcMgr.EventSelector.InputCollections = [
"!TESTSAMPLE!"
]
7
from
AthenaCommon.AlgSequence
import
AlgSequence
8
job = AlgSequence()
9
10
from
Rivet_i.Rivet_iConf
import
Rivet_i
11
rivet =
Rivet_i
()
12
rivet.AnalysisPath = os.environ[
'PWD'
]
13
analyses=
"!RIVETANALYSIS!"
14
for
analysis
in
analyses.split(
","
):
15
rivet.Analyses +=[analysis]
16
rivet.RunName =
""
17
rivet.HistoFile =
"Nominal"
18
rivet.CrossSection = 1.0
19
job += rivet
20
21
Rivet_i
Interface to the Rivet analysis package.
Definition
Rivet_i.h:31
Generated on
for ATLAS Offline Software by
1.17.0