Skip to content

Commit

Permalink
Merge pull request cms-sw#615 from chernyavskaya/qgl_physicstools_root
Browse files Browse the repository at this point in the history
HEPPY: QGL training updated in two commits (central heppy and heppy)
  • Loading branch information
arizzi committed Jan 13, 2017
2 parents fca3ec2 + ea638a7 commit 161a97c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file not shown.
Expand Up @@ -74,7 +74,7 @@ def init(self, filename) :
rhoBin = int(rhoStr.split("rho")[1])
histogram = hist.ReadObj()
histogram.SetDirectory(0)
self.pdfs[qgType][varName][etaBin][ptBin][rhoBin] = histogram
if varName in ["axis2","ptD","mult"] : self.pdfs[qgType][varName][etaBin][ptBin][rhoBin] = histogram

print "[QGLikelihoodCalculator]: pdfs initialized..."

Expand Down
2 changes: 1 addition & 1 deletion VHbbAnalysis/Heppy/test/vhbb.py
Expand Up @@ -316,7 +316,7 @@
JetAna.jetPt = 15
JetAna.jetEta = 4.7
JetAna.doQG=True
JetAna.QGpath=os.environ['CMSSW_BASE']+"/src/PhysicsTools/Heppy/data/pdfQG_AK4chs_13TeV_v2b.root"
JetAna.QGpath=os.environ['CMSSW_BASE']+"/src/PhysicsTools/Heppy/data/pdfQG_AK4chs_13TeV_cmssw8020_v1.root"
JetAna.recalibrateJets=True
JetAna.jecPath=os.environ['CMSSW_BASE']+"/src/VHbbAnalysis/Heppy/data/jec"
#JetAna.mcGT="Fall15_25nsV2_MC"
Expand Down

0 comments on commit 161a97c

Please sign in to comment.