Skip to content

Commit

Permalink
Merge pull request cms-sw#109 from cfmcginn/forest758p3_CSEtaTo7Bins
Browse files Browse the repository at this point in the history
reverted the CS bins for rho calculation from 9 to 7 in eta
  • Loading branch information
kurtejung committed Mar 8, 2017
2 parents 0fa8653 + b39156b commit ff514ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RecoHI/HiJetAlgos/python/hiFJRhoProducer.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
nExcl2 = cms.untracked.uint32(1),
etaMaxExcl2 = cms.untracked.double(3.),
ptMinExcl2 = cms.untracked.double(20.),
etaRanges = cms.untracked.vdouble(-5., -3., -2., -1.5, -1., 1., 1.5, 2., 3., 5.)
# etaRanges = cms.untracked.vdouble(-5., -3., -2.1, -1.3, 1.3, 2.1, 3., 5.)
# etaRanges = cms.untracked.vdouble(-5., -3., -2., -1.5, -1., 1., 1.5, 2., 3., 5.)
etaRanges = cms.untracked.vdouble(-5., -3., -2.1, -1.3, 1.3, 2.1, 3., 5.)
)

0 comments on commit ff514ac

Please sign in to comment.