Skip to content

Commit

Permalink
Merge CMSSW_9_4_X into CMSSW_9_4_AN_X.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmsbuild committed Oct 16, 2018
2 parents 70cbc4a + 36a31cb commit 918f4c9
Showing 1 changed file with 0 additions and 8 deletions.
Expand Up @@ -255,14 +255,6 @@ PixelResolutionHistograms( std::string filename,
cotalphaLowEdge_ = binningHisto_->GetYaxis()->GetXmin(); // low edge of the first bin;
cotalphaBins_ = binningHisto_->GetYaxis()->GetNbins();

//--- We want the following information to show up in *every* log file!
// LOGINFO << std::endl
std::cout << std::endl
<< "Loading pixel resolution file = " << filename << std::endl
<< " cotBeta[" << cotbetaLowEdge_ <<","<< cotbetaBinWidth_ <<","<< cotbetaBins_ << "]" << std::endl
<< " cotAlpha[" << cotalphaLowEdge_ <<","<< cotalphaBinWidth_ <<","<< cotalphaBins_ << "]"
<< std::endl;


if ( !ignore_multi ) {
//
Expand Down

0 comments on commit 918f4c9

Please sign in to comment.