Skip to content

Commit

Permalink
Merge pull request #15609 from mariadalfonso/ecalLaserCorrFilter_81
Browse files Browse the repository at this point in the history
Update the ecalLaserCorr filter for the 2016
  • Loading branch information
davidlange6 committed Aug 26, 2016
2 parents c86aa54 + c94b173 commit 6b40e9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RecoMET/METFilters/python/ecalLaserCorrFilter_cfi.py
Expand Up @@ -7,8 +7,8 @@
EERecHitSource = cms.InputTag("reducedEcalRecHitsEE"),
EBLaserMIN = cms.double(0.3),
EELaserMIN = cms.double(0.3),
EBLaserMAX = cms.double(3.0),
EELaserMAX = cms.double(8.0),
EBLaserMAX = cms.double(2.0),
EELaserMAX = cms.double(20.0),
EBEnegyMIN = cms.double(10.0),
EEEnegyMIN = cms.double(10.0),
taggingMode = cms.bool(False),
Expand Down

0 comments on commit 6b40e9e

Please sign in to comment.