#include "GaudiKernel/ITHistSvc.h"
#include "AthenaBaseComps/AthService.h"
#include "CxxUtils/checker_macros.h"
#include <vector>
#include <string>
#include <unordered_map>
#include <mutex>
#include <boost/regex.hpp>
Go to the source code of this file.
◆ 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 27 of file TrigMonTHistSvc.h.
27#define NOSUPPORT(lvl, what) \
28 do { \
29 ATH_MSG_LVL(MSG::lvl, what << "is not supported by this implementation"); \
30 return {}; \
31 } while (0)