Skip to content

Commit

Permalink
small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
czangela committed May 18, 2021
1 parent 8cf454d commit 617be05
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions RecoLocalTracker/SiPixelRecHits/src/PixelCPEGenericBase.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace {
constexpr float micronsToCm = 1.0e-4;
auto convertDoubleVecToFloatVec = [](std::vector<double> const& iIn) {
const auto convertDoubleVecToFloatVec = [](std::vector<double> const& iIn) {
return std::vector<float>(iIn.begin(), iIn.end());
};
} // namespace
Expand Down Expand Up @@ -158,11 +158,6 @@ void PixelCPEGenericBase::setXYErrors(float& xerr,
}
}

// if (localPrint) {
// cout << " in if " << edgex << " " << edgey << " " << sizex << " " << sizey << endl;
// cout << " errors " << xerr << " " << yerr << " " << theClusterParam.sx1 << " " << theClusterParam.sx2 << " "
// << theClusterParam.sigmax << endl; //dk
// }
} else { // simple errors

if (GeomDetEnumerators::isTrackerPixel(theDetParam.thePart)) {
Expand Down

0 comments on commit 617be05

Please sign in to comment.