Skip to content

Commit

Permalink
remove cout
Browse files Browse the repository at this point in the history
  • Loading branch information
VinInn committed Jul 9, 2021
1 parent e98cef6 commit eb13d4b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions RecoLocalTracker/SiPixelRecHits/src/PixelCPEFast.cc
Expand Up @@ -93,9 +93,8 @@ void PixelCPEFast::fillParamsForGpu() {
commonParamsGPU_.thePitchX = m_DetParams[0].thePitchX;
commonParamsGPU_.thePitchY = m_DetParams[0].thePitchY;

//LogDebug("PixelCPEFast")
std::cout << "pitch & thickness " << commonParamsGPU_.thePitchX << ' ' << commonParamsGPU_.thePitchY << " "
<< commonParamsGPU_.theThicknessB << ' ' << commonParamsGPU_.theThicknessE << std::endl;
LogDebug("PixelCPEFast") << "pitch & thickness " << commonParamsGPU_.thePitchX << ' ' << commonParamsGPU_.thePitchY
<< " " << commonParamsGPU_.theThicknessB << ' ' << commonParamsGPU_.theThicknessE;

// zero average geometry
memset(&averageGeometry_, 0, sizeof(pixelCPEforGPU::AverageGeometry));
Expand Down

0 comments on commit eb13d4b

Please sign in to comment.