The Gaudi Framework
master (37c0b60a)
|
#include <Gaudi/Interfaces/IQueueingEventProcessor.h>
#include <GaudiKernel/AppReturnCode.h>
#include <GaudiKernel/MinimalEventLoopMgr.h>
#include <GaudiKernel/ThreadLocalContext.h>
#include <tbb/concurrent_queue.h>
#include <thread>
Go to the source code of this file.
Classes | |
class | Gaudi::TestSuite::QueueingEventLoopMgr |
Namespaces | |
Gaudi | |
This file provides a Grammar for the type Gaudi::Accumulators::Axis It allows to use that type from python with a format liks : ( nbins, min, max, title ) where title can be ommited. | |
Gaudi::TestSuite | |
Macros | |
#define | ON_DEBUG if ( outputLevel() <= MSG::DEBUG ) |
#define | ON_VERBOSE if ( outputLevel() <= MSG::VERBOSE ) |
#define | DEBMSG ON_DEBUG debug() |
#define | VERMSG ON_VERBOSE verbose() |
#define DEBMSG ON_DEBUG debug() |
Definition at line 22 of file QueueingEventLoopMgr.cpp.
#define ON_DEBUG if ( outputLevel() <= MSG::DEBUG ) |
Definition at line 19 of file QueueingEventLoopMgr.cpp.
#define ON_VERBOSE if ( outputLevel() <= MSG::VERBOSE ) |
Definition at line 20 of file QueueingEventLoopMgr.cpp.
#define VERMSG ON_VERBOSE verbose() |
Definition at line 23 of file QueueingEventLoopMgr.cpp.