Skip to content

Commit

Permalink
More accurate ecal scale values (cms-sw#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
mandrenguyen authored and stepobr committed Mar 17, 2019
1 parent 2ec37e1 commit 0eee47b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions RecoHI/HiJetAlgos/python/EcalEscaleShiftPFProducer_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
ecalShiftParticleFlow = cms.EDProducer('EcalEscaleShiftPFProducer',
src = cms.InputTag('particleFlow'),
removePreshower = cms.bool(False),
scaleEB = cms.double(1.01), # SETME
scaleEE = cms.double(1.15), # SETME

scaleEB = cms.double(0.9928),
scaleEE = cms.double(1.1537),
)

0 comments on commit 0eee47b

Please sign in to comment.