From ee850391ffbad1da3bb447fb3ba4e55625f2d5ef Mon Sep 17 00:00:00 2001 From: SohamBhattacharya Date: Fri, 21 Oct 2022 10:21:45 +0200 Subject: [PATCH] Switch particleFlowClusterHGC to TICLv4. --- .../PFClusterProducer/python/particleFlowClusterHGC_cfi.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RecoParticleFlow/PFClusterProducer/python/particleFlowClusterHGC_cfi.py b/RecoParticleFlow/PFClusterProducer/python/particleFlowClusterHGC_cfi.py index 2665f12c26d57..51169c84b85eb 100644 --- a/RecoParticleFlow/PFClusterProducer/python/particleFlowClusterHGC_cfi.py +++ b/RecoParticleFlow/PFClusterProducer/python/particleFlowClusterHGC_cfi.py @@ -50,10 +50,10 @@ ), tracksterSrc = cms.InputTag("ticlTrackstersMerge"), clusterSrc = cms.InputTag("hgcalLayerClusters"), - filterByTracksterPID = cms.bool(False), + filterByTracksterPID = cms.bool(True), pid_threshold = cms.double(0.8), filter_on_categories = cms.vint32([0, 1]), - filterByTracksterIteration = cms.bool(True), + filterByTracksterIteration = cms.bool(False), filter_on_iterations = cms.vint32([0, 1]), )