Skip to content

Commit

Permalink
Proper error calculations for Phase2 CPE
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianoDee committed May 7, 2024
1 parent 5004fc6 commit 00b8111
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions RecoLocalTracker/SiPixelRecHits/src/PixelCPEFast.cc
Original file line number Diff line number Diff line change
Expand Up @@ -445,13 +445,6 @@ void PixelCPEFast<TrackerTraits>::errorFromTemplates(DetParam const& theDetParam
theClusterParam.sy2 = theClusterParam.sy2 * micronsToCm;
}

template <>
void PixelCPEFast<pixelTopology::Phase2>::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)
Expand Down
7 changes: 0 additions & 7 deletions RecoLocalTracker/SiPixelRecHits/src/PixelCPEFastParamsHost.cc
Original file line number Diff line number Diff line change
Expand Up @@ -397,13 +397,6 @@ void PixelCPEFastParamsHost<TrackerTraits>::errorFromTemplates(DetParam const& t
theClusterParam.sy2 = theClusterParam.sy2 * pixelCPEforDevice::micronsToCm;
}

template <>
void PixelCPEFastParamsHost<pixelTopology::Phase2>::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)
Expand Down

0 comments on commit 00b8111

Please sign in to comment.