Skip to content

Commit

Permalink
Merge pull request cms-sw#113 from cfmcginn/forest8026_CSEtaTo7Bins
Browse files Browse the repository at this point in the history
reverting the binning of the hiFJRhoProducer from 9 to 7 (remove 1, 1…
  • Loading branch information
kurtejung committed Mar 9, 2017
2 parents 5909097 + 9d17469 commit 3e440b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RecoHI/HiJetAlgos/python/hiFJRhoProducer.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
nExcl2 = cms.int32(1),
etaMaxExcl2 = cms.double(3.),
ptMinExcl2 = cms.double(20.),
etaRanges = cms.vdouble(-5., -3., -2., -1.5, -1., 1., 1.5, 2., 3., 5.)
etaRanges = cms.vdouble(-5., -3., -2.1, -1.3, 1.3, 2.1, 3., 5.)
)

0 comments on commit 3e440b7

Please sign in to comment.