From ca8c7682810334ae951ed9eee1bf23a2c92d5bfc Mon Sep 17 00:00:00 2001 From: Scott Snyder <scott.snyder@cern.ch> Date: Thu, 11 Aug 2016 17:09:19 +0200 Subject: [PATCH] 'endreq -> endmsg.' (MissingETEvent-00-41-32) * Tagging MissingETEvent-00-41-32. * endreq -> endmsg. Former-commit-id: e5b9ff37e6ce028f9286ff3f04e999d82c87922b --- .../MissingETEvent/MissingETEvent/MissingEtMap.icc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Reconstruction/MissingETEvent/MissingETEvent/MissingEtMap.icc b/Reconstruction/MissingETEvent/MissingETEvent/MissingEtMap.icc index 3692ae5109f..a06a4d462ac 100644 --- a/Reconstruction/MissingETEvent/MissingETEvent/MissingEtMap.icc +++ b/Reconstruction/MissingETEvent/MissingETEvent/MissingEtMap.icc @@ -308,7 +308,7 @@ void MissingEtMap<KEYOBJECT,REFSTORE>::dump(MsgStream& report, << "MissingEtMap[\042" << this->getMapType() << "\042] <" << mapName << "> has " << mapSize << " entries (may be pre-allocated only!)." - << endreq; + << endmsg; const_iterator fMap = this->begin(); const_iterator lMap = this->end(); unsigned int nPtrs(0); @@ -349,7 +349,7 @@ void MissingEtMap<KEYOBJECT,REFSTORE>::dump(MsgStream& report, << xRefs << " asscociations per pointer " << "(total associations: " << nRefs << ")" - << endreq; + << endmsg; if ( nRefs > 0 ) { std::vector<double> xHist; xHist.resize(nHist.size(),0.); @@ -359,19 +359,19 @@ void MissingEtMap<KEYOBJECT,REFSTORE>::dump(MsgStream& report, (double)(int(((double)nHist[i] /(double)nPtrs)*10000.))/100.; } report << msgLvl << "MissingEtMap <" << mapName << "> has " - << "pointers with: " << endreq; + << "pointers with: " << endmsg; for ( size_t i=0; i<nHist.size()-1;i++ ) { report << msgLvl << " " << i << " associations: " << std::setw(5) << xHist[i] << "% (total " << nHist[i] - << ")" << endreq; + << ")" << endmsg; } report << msgLvl << " >=" << nHist.size()-1 << " associations: " << std::setw(5) << xHist[nHist.size()-1] << "% (total " << nHist[nHist.size()-1] - << ")" << endreq; + << ")" << endmsg; } } -- GitLab