![]() |
The Gaudi Framework
v28r1
|
#include "GaudiKernel/MsgStream.h"
#include "GaudiKernel/Service.h"
#include "GaudiKernel/ISvcLocator.h"
#include "GaudiKernel/IAlgorithm.h"
#include "GaudiKernel/GaudiException.h"
#include "GaudiKernel/AlgTool.h"
#include "GaudiKernel/IHistorySvc.h"
#include "ToolSvc.h"
#include <algorithm>
#include <map>
#include <string>
#include <cassert>
#include <functional>
#include <numeric>
#include "boost/circular_buffer.hpp"
#include "boost/algorithm/string/predicate.hpp"
#include "boost/algorithm/string/erase.hpp"
Go to the source code of this file.
Macros | |
#define | ON_DEBUG if (msgLevel(MSG::DEBUG)) |
#define | ON_VERBOSE if (msgLevel(MSG::VERBOSE)) |
#define ON_DEBUG if (msgLevel(MSG::DEBUG)) |
Definition at line 21 of file ToolSvc.cpp.
#define ON_VERBOSE if (msgLevel(MSG::VERBOSE)) |
Definition at line 22 of file ToolSvc.cpp.