![]() |
The Gaudi Framework
v36r9p1 (5c15b2bb)
|
#include "ApplicationMgr.h"#include "AlgorithmManager.h"#include "DLLClassManager.h"#include "ServiceManager.h"#include "GaudiKernel/IMessageSvc.h"#include "GaudiKernel/IRunable.h"#include "GaudiKernel/IService.h"#include "GaudiKernel/TypeNameString.h"#include "GaudiKernel/MsgStream.h"#include "GaudiKernel/ObjectFactory.h"#include "GaudiKernel/SmartIF.h"#include "GaudiKernel/GaudiException.h"#include "GaudiKernel/StatusCode.h"#include "GaudiKernel/System.h"#include "GaudiKernel/Time.h"#include "GAUDI_VERSION.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 46 of file ApplicationMgr.cpp.
| #define ON_VERBOSE if ( m_outputLevel <= MSG::VERBOSE ) |
Definition at line 47 of file ApplicationMgr.cpp.