From 32bd6d9e478e0156b5a5eb8531215b680dcd475e Mon Sep 17 00:00:00 2001 From: Felice Pantaleo Date: Wed, 27 May 2026 12:07:34 +0200 Subject: [PATCH] HFNose pattern recognition uses CA. --- RecoHGCal/TICL/python/EMStep_cff.py | 1 + RecoHGCal/TICL/python/HADStep_cff.py | 1 + RecoHGCal/TICL/python/MIPStep_cff.py | 1 + RecoHGCal/TICL/python/TrkEMStep_cff.py | 1 + RecoHGCal/TICL/python/TrkStep_cff.py | 1 + 5 files changed, 5 insertions(+) diff --git a/RecoHGCal/TICL/python/EMStep_cff.py b/RecoHGCal/TICL/python/EMStep_cff.py index c5653e96fb73f..d06edd8a1df86 100644 --- a/RecoHGCal/TICL/python/EMStep_cff.py +++ b/RecoHGCal/TICL/python/EMStep_cff.py @@ -63,6 +63,7 @@ seeding_regions = "ticlSeedingGlobalHFNose", time_layerclusters = "hgcalLayerClustersHFNose:timeLayerCluster", itername = "EMn", + patternRecognitionBy = cms.string('CA'), pluginPatternRecognitionByCA = dict( filter_on_categories = [0, 1], min_layers_per_trackster = 5, diff --git a/RecoHGCal/TICL/python/HADStep_cff.py b/RecoHGCal/TICL/python/HADStep_cff.py index 67c6cafb19f26..f2d17c3a46751 100644 --- a/RecoHGCal/TICL/python/HADStep_cff.py +++ b/RecoHGCal/TICL/python/HADStep_cff.py @@ -58,6 +58,7 @@ filtered_mask = "filteredLayerClustersHFNoseHAD:HADn", seeding_regions = "ticlSeedingGlobalHFNose", time_layerclusters = "hgcalLayerClustersHFNose:timeLayerCluster", + patternRecognitionBy = cms.string('CA'), pluginPatternRecognitionByCA = dict( pid_threshold = 0., skip_layers = 1, diff --git a/RecoHGCal/TICL/python/MIPStep_cff.py b/RecoHGCal/TICL/python/MIPStep_cff.py index 04c93a33d5f32..3e53f6f186942 100644 --- a/RecoHGCal/TICL/python/MIPStep_cff.py +++ b/RecoHGCal/TICL/python/MIPStep_cff.py @@ -48,6 +48,7 @@ filtered_mask = "filteredLayerClustersHFNoseMIP:MIPn", seeding_regions = "ticlSeedingGlobalHFNose", time_layerclusters = "hgcalLayerClustersHFNose:timeLayerCluster", + patternRecognitionBy = cms.string('CA'), pluginPatternRecognitionByCA = dict(min_layers_per_trackster = 6) ) diff --git a/RecoHGCal/TICL/python/TrkEMStep_cff.py b/RecoHGCal/TICL/python/TrkEMStep_cff.py index 5b62f103dd86f..efce0b9281b8b 100644 --- a/RecoHGCal/TICL/python/TrkEMStep_cff.py +++ b/RecoHGCal/TICL/python/TrkEMStep_cff.py @@ -61,6 +61,7 @@ filtered_mask = "filteredLayerClustersHFNoseTrkEM:TrkEMn", seeding_regions = "ticlSeedingTrkHFNose", time_layerclusters = "hgcalLayerClustersHFNose:timeLayerCluster", + patternRecognitionBy = cms.string('CA'), itername = "TrkEMn", pluginPatternRecognitionByCA = dict( filter_on_categories = [0, 1], diff --git a/RecoHGCal/TICL/python/TrkStep_cff.py b/RecoHGCal/TICL/python/TrkStep_cff.py index 0ce6ab66f333a..808439fb1e0c4 100644 --- a/RecoHGCal/TICL/python/TrkStep_cff.py +++ b/RecoHGCal/TICL/python/TrkStep_cff.py @@ -60,6 +60,7 @@ filtered_mask = "filteredLayerClustersHFNoseTrk:Trkn", seeding_regions = "ticlSeedingTrkHFNose", time_layerclusters = "hgcalLayerClustersHFNose:timeLayerCluster", + patternRecognitionBy = cms.string('CA'), pluginPatternRecognitionByCA = dict( filter_on_categories = [2, 4], # filter muons and charged hadrons pid_threshold = 0.0,