The Gaudi Framework
master (37c0b60a)
|
#include "HiveSlimEventLoopMgr.h"
#include "HistogramAgent.h"
#include <GaudiKernel/StatusCode.h>
#include <GaudiKernel/AppReturnCode.h>
#include <GaudiKernel/DataObject.h>
#include <GaudiKernel/DataSvc.h>
#include <GaudiKernel/EventContext.h>
#include <GaudiKernel/Incident.h>
#include <chrono>
#include <GaudiKernel/Memory.h>
Go to the source code of this file.
Macros | |
#define | ON_DEBUG if ( msgLevel( MSG::DEBUG ) ) |
#define | DEBUG_MSG ON_DEBUG debug() |
#define | ON_VERBOSE if ( msgLevel( MSG::VERBOSE ) ) |
#define | VERBOSE_MSG ON_VERBOSE verbose() |
#define DEBUG_MSG ON_DEBUG debug() |
Definition at line 31 of file HiveSlimEventLoopMgr.cpp.
#define ON_DEBUG if ( msgLevel( MSG::DEBUG ) ) |
Definition at line 30 of file HiveSlimEventLoopMgr.cpp.
#define ON_VERBOSE if ( msgLevel( MSG::VERBOSE ) ) |
Definition at line 33 of file HiveSlimEventLoopMgr.cpp.
#define VERBOSE_MSG ON_VERBOSE verbose() |
Definition at line 34 of file HiveSlimEventLoopMgr.cpp.