ATLAS Offline Software
Classes | Macros
TrigMessageSvc.h File Reference
#include <iosfwd>
#include <map>
#include <memory>
#include <mutex>
#include <set>
#include <string>
#include <thread>
#include <vector>
#include "tbb/concurrent_queue.h"
#include <TH1I.h>
#include <TH2I.h>
#include "CxxUtils/checker_macros.h"
#include "GaudiKernel/IIncidentListener.h"
#include "GaudiKernel/IMessageSvc.h"
#include "GaudiKernel/Message.h"
#include "Gaudi/Property.h"
#include "GaudiKernel/Service.h"
#include "GaudiKernel/StatusCode.h"
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TrigMessageSvc
 MessageSvc used by the HLT applications. More...
 
struct  TrigMessageSvc::MsgAry
 Private helper class to keep the count of messages of a type (MSG::LEVEL). More...
 

Macros

#define NOTSUPPORTED   throw std::logic_error(std::string(__func__) + " is not supported by TrigMessageSvc")
 

Macro Definition Documentation

◆ NOTSUPPORTED

#define NOTSUPPORTED   throw std::logic_error(std::string(__func__) + " is not supported by TrigMessageSvc")

Definition at line 32 of file TrigMessageSvc.h.