diff --git a/Trigger/TrigAnalysis/TriggerMatchingTool/Root/MatchingImplementation.cxx b/Trigger/TrigAnalysis/TriggerMatchingTool/Root/MatchingImplementation.cxx index 54e9512ea14eb0faaaaa54587c49af1f94c0c818..454ec3af5529b99e428919f8532280da6743594f 100644 --- a/Trigger/TrigAnalysis/TriggerMatchingTool/Root/MatchingImplementation.cxx +++ b/Trigger/TrigAnalysis/TriggerMatchingTool/Root/MatchingImplementation.cxx @@ -40,15 +40,15 @@ bool MatchingImplementation::matchDistanceMatrix(const std::vector<std::vector<d auto MSG_MATRIX = MSG::DEBUG; if(msgLvl(MSG_MATRIX)){ - msg() << MSG_MATRIX << "===========" << endreq; + msg() << MSG_MATRIX << "===========" << endmsg; for(auto& row : matrix){ msg() << MSG_MATRIX << "|"; for(auto distance : row){ msg() << MSG_MATRIX << distance << " , "; } - msg() << MSG_MATRIX << "|" << endreq; + msg() << MSG_MATRIX << "|" << endmsg; } - msg() << MSG_MATRIX << "===========" << endreq; + msg() << MSG_MATRIX << "===========" << endmsg; }