Skip to content

Commit

Permalink
Merge pull request #8262 from emanueledimarco/enable_kOOT_PFRHEcal_75X
Browse files Browse the repository at this point in the history
re-enable the kOutOfTime filtering of PF-rechits
  • Loading branch information
cmsbuild committed Mar 15, 2015
2 parents 84b31e6 + 7c03b9e commit 3ed0563
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -23,7 +23,7 @@
cms.PSet(
name = cms.string("PFRecHitQTestECAL"),
cleaningThreshold = cms.double(2.0),
timingCleaning = cms.bool(False),
timingCleaning = cms.bool(True),
topologicalCleaning = cms.bool(True),
skipTTRecoveredHits = cms.bool(True)
)
Expand All @@ -40,7 +40,7 @@
cms.PSet(
name = cms.string("PFRecHitQTestECAL"),
cleaningThreshold = cms.double(2.0),
timingCleaning = cms.bool(False),
timingCleaning = cms.bool(True),
topologicalCleaning = cms.bool(True),
skipTTRecoveredHits = cms.bool(True)
)
Expand Down

0 comments on commit 3ed0563

Please sign in to comment.