Skip to content

Commit

Permalink
does not use PF cluster cleaning in ECAL clusters. ECAL cleans it alr…
Browse files Browse the repository at this point in the history
…eady
  • Loading branch information
rafaellopesdesa committed Apr 21, 2017
1 parent 77fe450 commit ebaa739
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
particleFlowClusterECALUncorrected = cms.EDProducer(
"PFClusterProducer",
recHitsSource = cms.InputTag("particleFlowRecHitECAL"),
recHitCleaners = cms.VPSet(_spikeAndDoubleSpikeCleaner_ECAL),
recHitCleaners = cms.VPSet(),
seedFinder = _localMaxSeeds_ECAL,
initialClusteringStep = _topoClusterizer_ECAL,
pfClusterBuilder = _pfClusterizer_ECAL,
Expand Down

0 comments on commit ebaa739

Please sign in to comment.