#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"
Go to the source code of this file.
◆ NOTSUPPORTED
#define NOTSUPPORTED throw std::logic_error(std::string(__func__) + " is not supported by TrigMessageSvc") |