ATLAS Offline Software
Loading...
Searching...
No Matches
TrigMonTHistSvc.h File Reference
#include "GaudiKernel/ITHistSvc.h"
#include "AthenaBaseComps/AthService.h"
#include "CxxUtils/checker_macros.h"
#include <vector>
#include <string>
#include <unordered_map>
#include <memory>
#include <mutex>
#include <boost/regex.hpp>
Include dependency graph for TrigMonTHistSvc.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TrigMonTHistSvc
 HLT online histogram service. More...
struct  TrigMonTHistSvc::THistID
 Helper struct that bundles the histogram, name and mutex. More...

Macros

#define NOSUPPORT(lvl, what)

Macro Definition Documentation

◆ NOSUPPORT

#define NOSUPPORT ( lvl,
what )
Value:
do { \
ATH_MSG_LVL(MSG::lvl, what << "is not supported by this implementation"); \
return {}; \
} while (0)

Definition at line 28 of file TrigMonTHistSvc.h.

28#define NOSUPPORT(lvl, what) \
29 do { \
30 ATH_MSG_LVL(MSG::lvl, what << "is not supported by this implementation"); \
31 return {}; \
32 } while (0)