All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
HiveEventLoopMgr.cpp File Reference
#include <algorithm>
#include <tuple>
#include "GaudiKernel/SmartIF.h"
#include "GaudiKernel/Incident.h"
#include "GaudiKernel/MsgStream.h"
#include "GaudiKernel/SvcFactory.h"
#include "GaudiKernel/DataObject.h"
#include "GaudiKernel/IAlgManager.h"
#include "GaudiKernel/IIncidentSvc.h"
#include "GaudiKernel/IEvtSelector.h"
#include "GaudiKernel/IDataManagerSvc.h"
#include "GaudiKernel/IDataProviderSvc.h"
#include "GaudiKernel/IConversionSvc.h"
#include "GaudiKernel/AppReturnCode.h"
#include "GaudiKernel/DataSvc.h"
#include "HistogramAgent.h"
#include "GaudiHive/HiveEventLoopMgr.h"
#include "GaudiHive/EventSchedulingState.h"
#include "tbb/task_scheduler_init.h"
#include "tbb/task.h"
#include "tbb/tick_count.h"
#include "GaudiKernel/EventContext.h"
#include "GaudiKernel/Algorithm.h"
#include <GaudiKernel/GaudiException.h>
#include <pthread.h>
#include <sys/resource.h>
#include <sys/times.h>
#include <iostream>
Include dependency graph for HiveEventLoopMgr.cpp:

Go to the source code of this file.

Classes

class  HiveAlgoTask
 dirty place for adding an AlgoTask wrapper More...
 

Macros

#define ON_DEBUG   if (UNLIKELY(outputLevel() <= MSG::DEBUG))
 
#define ON_VERBOSE   if (UNLIKELY(outputLevel() <= MSG::VERBOSE))
 
#define DEBMSG   ON_DEBUG debug()
 
#define VERMSG   ON_VERBOSE verbose()
 

Macro Definition Documentation

#define DEBMSG   ON_DEBUG debug()

Definition at line 46 of file HiveEventLoopMgr.cpp.

#define ON_DEBUG   if (UNLIKELY(outputLevel() <= MSG::DEBUG))

Definition at line 43 of file HiveEventLoopMgr.cpp.

#define ON_VERBOSE   if (UNLIKELY(outputLevel() <= MSG::VERBOSE))

Definition at line 44 of file HiveEventLoopMgr.cpp.

#define VERMSG   ON_VERBOSE verbose()

Definition at line 47 of file HiveEventLoopMgr.cpp.