#include "ServiceManager.h"
#include "GaudiKernel/IService.h"
#include "GaudiKernel/SvcFactory.h"
#include "GaudiKernel/MsgStream.h"
#include "GaudiKernel/TypeNameString.h"
#include "GaudiKernel/System.h"
#include "GaudiKernel/Service.h"
#include "GaudiKernel/ObjectFactory.h"
#include <iostream>
#include <cassert>
Go to the source code of this file.
Define Documentation
| #define DEBMSG ON_DEBUG debug() |
| #define ON_DEBUG if (msgLevel(MSG::DEBUG)) |
| #define ON_VERBOSE if (msgLevel(MSG::VERBOSE)) |
| #define VERMSG ON_VERBOSE verbose() |
Variable Documentation
needed when no service is found or could be returned
Definition at line 23 of file ServiceManager.cpp.