diff --git a/RecoParticleFlow/PFClusterProducer/python/particleFlowRecHitECAL_cfi.py b/RecoParticleFlow/PFClusterProducer/python/particleFlowRecHitECAL_cfi.py index 981bd8ae400bd..541e5bd74f4ff 100644 --- a/RecoParticleFlow/PFClusterProducer/python/particleFlowRecHitECAL_cfi.py +++ b/RecoParticleFlow/PFClusterProducer/python/particleFlowRecHitECAL_cfi.py @@ -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) ) @@ -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) )