The Gaudi Framework
master (37c0b60a)
|
#include "ApplicationMgr.h"
#include "AlgorithmManager.h"
#include "DLLClassManager.h"
#include "ServiceManager.h"
#include <GAUDI_VERSION.h>
#include <GaudiKernel/GaudiException.h>
#include <GaudiKernel/IMessageSvc.h>
#include <GaudiKernel/IRunable.h>
#include <GaudiKernel/IService.h>
#include <GaudiKernel/Message.h>
#include <GaudiKernel/MsgStream.h>
#include <GaudiKernel/ObjectFactory.h>
#include <GaudiKernel/SmartIF.h>
#include <GaudiKernel/StatusCode.h>
#include <GaudiKernel/System.h>
#include <GaudiKernel/Time.h>
#include <GaudiKernel/TypeNameString.h>
#include <TError.h>
#include <TROOT.h>
#include <algorithm>
#include <cassert>
#include <ctime>
#include <limits>
#include <sstream>
Go to the source code of this file.
Macros | |
#define | ON_DEBUG if ( m_outputLevel <= MSG::DEBUG ) |
#define | ON_VERBOSE if ( m_outputLevel <= MSG::VERBOSE ) |
#define ON_DEBUG if ( m_outputLevel <= MSG::DEBUG ) |
Definition at line 41 of file ApplicationMgr.cpp.
#define ON_VERBOSE if ( m_outputLevel <= MSG::VERBOSE ) |
Definition at line 42 of file ApplicationMgr.cpp.