5 import AthenaPoolCnvSvc.ReadAthenaPool
6 svcMgr.EventSelector.InputCollections = [
"!TESTSAMPLE!"]
8 systWeights =!SYSTWEIGHTS!
10 from AthenaCommon.AlgSequence
import AlgSequence
13 from Rivet_i.Rivet_iConf
import Rivet_i
16 from AthenaCommon.AppMgr
import ServiceMgr
as svcMgr
17 from GaudiSvc.GaudiSvcConf
import THistSvc
23 name= name.replace(
".",
"p").
replace(
" ",
"_")
24 name= name.replace(
"pyoda",
".yoda")
25 name= name.replace(
":",
"_")
28 if systWeights==
None: systWeights={
'Nominal': 0}
30 analyses=
"!RIVETANALYSIS!"
32 for analysis
in analyses.split(
","):
33 rivet.Analyses +=[analysis]
35 rivet.DoRootHistos =
False
36 rivet.AnalysisPath = os.environ[
'PWD']
37 rivet.CrossSection = 1.0
38 rivet.SkipWeights=
True