![]() |
ATLAS Offline Software
|
#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"#include <iosfwd>#include <map>#include <memory>#include <mutex>#include <set>#include <string>#include <thread>#include <vector>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") |
| #define NOTSUPPORTED throw std::logic_error(std::string(__func__) + " is not supported by TrigMessageSvc") |
Definition at line 32 of file TrigMessageSvc.h.