From 7bf6e69746ef23bdbc7c6c75fb69f709ca976106 Mon Sep 17 00:00:00 2001 From: mmusich Date: Thu, 31 Oct 2024 09:56:56 +0100 Subject: [PATCH] add ClusterShapeHitFilterESProducer_cfi to dedxEstimators_Cosmics_cff as it's now requested by DeDxHitInfoProducer --- RecoTracker/DeDx/python/dedxEstimators_Cosmics_cff.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RecoTracker/DeDx/python/dedxEstimators_Cosmics_cff.py b/RecoTracker/DeDx/python/dedxEstimators_Cosmics_cff.py index ed0590f02d3dc..0380394f43677 100644 --- a/RecoTracker/DeDx/python/dedxEstimators_Cosmics_cff.py +++ b/RecoTracker/DeDx/python/dedxEstimators_Cosmics_cff.py @@ -3,6 +3,8 @@ from RecoTracker.DeDx.dedxEstimators_cff import * +from RecoTracker.PixelLowPtUtilities.ClusterShapeHitFilterESProducer_cfi import * + dedxHitInfoCTF = dedxHitInfo.clone( tracks = "ctfWithMaterialTracksP5") dedxTruncated40CTF = dedxTruncated40.clone( tracks = "ctfWithMaterialTracksP5")