Skip to content

Commit

Permalink
update regression files usage
Browse files Browse the repository at this point in the history
  • Loading branch information
arizzi committed Jan 28, 2017
1 parent d7888fb commit 7afeff4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion VHbbAnalysis/Heppy/test/crab/heppy_crab_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
#"../VBF-spring15.weights.xml",
#"../ttbar-fall15_TargetGenOverPt_GenPtCut0.weights.xml",
#'../ttbar-spring16-80X.weights.xml',
'../ttbar-pumoriond17--500k-13d-300t.weights.xml',
# '../ttbar-pumoriond17--500k-13d-300t.weights.xml',
'../ttbar-G25-500k-13d-300t.weights.xml',
'../TMVA_blikelihood_vbf_cmssw76_h21trained.weights.xml'
]
#config.JobType.outputFiles = ['tree.root']
Expand Down
4 changes: 2 additions & 2 deletions VHbbAnalysis/Heppy/test/vhbb.py
Original file line number Diff line number Diff line change
Expand Up @@ -469,10 +469,10 @@ def ele_mvaEleID_Trig_preselection(ele) :
doSoftActivityEWK=True,
doVBF=True,
regressions = [
{"weight":"ttbar-pumoriond17--500k-13d-300t.weights.xml", "name":"jet0Regression", "vtypes":[0,1,2,3,4,5,-1]},
{"weight":"ttbar-G25-500k-13d-300t.weights.xml", "name":"jet0Regression", "vtypes":[0,1,2,3,4,5,-1]},
],
regressionVBF = [
{"weight":"ttbar-pumoriond17--500k-13d-300t.weights.xml", "name":"jet0Regression_vbf", "vtypes":[0,1,2,3,4,5,-1]}
{"weight":"ttbar-G25-500k-13d-300t.weights.xml", "name":"jet0Regression_vbf", "vtypes":[0,1,2,3,4,5,-1]}
],
VBFblikelihood = {"weight":"TMVA_blikelihood_vbf_cmssw76_h21trained.weights.xml", "name":"BDGT"}
)
Expand Down

0 comments on commit 7afeff4

Please sign in to comment.