diff --git a/RecoLocalTracker/SiPixelRecHits/src/PixelCPEFast.cc b/RecoLocalTracker/SiPixelRecHits/src/PixelCPEFast.cc index e2e63b56a35df..0c923124710a9 100644 --- a/RecoLocalTracker/SiPixelRecHits/src/PixelCPEFast.cc +++ b/RecoLocalTracker/SiPixelRecHits/src/PixelCPEFast.cc @@ -445,13 +445,6 @@ void PixelCPEFast::errorFromTemplates(DetParam const& theDetParam theClusterParam.sy2 = theClusterParam.sy2 * micronsToCm; } -template <> -void PixelCPEFast::errorFromTemplates(DetParam const& theDetParam, - ClusterParamGeneric& theClusterParam, - float qclus) const { - theClusterParam.qBin_ = 0.0f; -} - //----------------------------------------------------------------------------- //! Hit position in the local frame (in cm). Unlike other CPE's, this //! one converts everything from the measurement frame (in channel numbers) diff --git a/RecoLocalTracker/SiPixelRecHits/src/PixelCPEFastParamsHost.cc b/RecoLocalTracker/SiPixelRecHits/src/PixelCPEFastParamsHost.cc index 4bde29969bff6..0ff1cae5028e7 100644 --- a/RecoLocalTracker/SiPixelRecHits/src/PixelCPEFastParamsHost.cc +++ b/RecoLocalTracker/SiPixelRecHits/src/PixelCPEFastParamsHost.cc @@ -397,13 +397,6 @@ void PixelCPEFastParamsHost::errorFromTemplates(DetParam const& t theClusterParam.sy2 = theClusterParam.sy2 * pixelCPEforDevice::micronsToCm; } -template <> -void PixelCPEFastParamsHost::errorFromTemplates(DetParam const& theDetParam, - ClusterParamGeneric& theClusterParam, - float qclus) const { - theClusterParam.qBin_ = 0.0f; -} - //----------------------------------------------------------------------------- //! Hit position in the local frame (in cm). Unlike other CPE's, this //! one converts everything from the measurement frame (in channel numbers)