Skip to content

Commit

Permalink
Merge pull request #7 from deguio/fixCaloTowers_onTopOf21842
Browse files Browse the repository at this point in the history
use old thresholds when running collapsed 2018
  • Loading branch information
kpedro88 authored Jan 17, 2018
2 parents cc00785 + dfa5a46 commit 3935d98
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions RecoLocalCalo/CaloTowersCreator/python/calotowermaker_cfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,4 +161,8 @@
run2_HECollapse_2018.toModify(calotowermaker,
HcalPhase = cms.int32(0),
HcalCollapsed = cms.bool(True),
HESThreshold1 = cms.double(0.8),
HESThreshold = cms.double(0.8),
HEDThreshold1 = cms.double(0.8),
HEDThreshold = cms.double(0.8)
)

0 comments on commit 3935d98

Please sign in to comment.