Skip to content
Snippets Groups Projects
Commit 3cf92ed1 authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch '22.0-reduce_verbosiyt-EventBookkeeperTools' into 'master'

22.0 reduce verbosity CutFlowSvc

See merge request atlas/athena!32502
parents c8d5b6e7 cd541737
No related branches found
No related tags found
No related merge requests found
......@@ -127,13 +127,13 @@ CutFlowSvc::setFilterDescription( CutIdentifier cutID,
void
CutFlowSvc::addEvent( CutIdentifier cutID, double weight)
{
ATH_MSG_INFO("Adding event with weight "<< weight << "to cut " << cutID);
ATH_MSG_VERBOSE("Adding event with weight "<< weight << "to cut " << cutID);
std::lock_guard<std::recursive_mutex> lock(m_addEventMutex);
xAOD::CutBookkeeper* cbk = getCutBookkeeper(cutID);
if (cbk == nullptr) {
ATH_MSG_INFO("Could not find CutBookkeeper, creating a new one");
ATH_MSG_DEBUG("Could not find CutBookkeeper, creating a new one");
// Iterate over the complete bookkeepers and update the cutID-to-bookkeeper map
ATH_MSG_DEBUG( "addEvent: Going to re-populate the map. Have "
......
......@@ -20,7 +20,6 @@
#include <mutex>
#include <string>
#include <unordered_map>
#include <vector>
// FrameWork includes
#include "GaudiKernel/ISvcLocator.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment