The Gaudi Framework  master (37c0b60a)
HistorySvc.cpp File Reference
#include "HistorySvc.h"
#include <functional>
#include <GaudiKernel/HistoryObj.h>
#include <GaudiKernel/IVersHistoryObj.h>
#include <GaudiKernel/AlgToolHistory.h>
#include <GaudiKernel/AlgorithmHistory.h>
#include <GaudiKernel/DataHistory.h>
#include <GaudiKernel/JobHistory.h>
#include <GaudiKernel/ServiceHistory.h>
#include <GaudiKernel/ISvcLocator.h>
#include <Gaudi/Algorithm.h>
#include <GaudiKernel/AlgTool.h>
#include <GaudiKernel/Bootstrap.h>
#include <GaudiKernel/IAlgManager.h>
#include <GaudiKernel/IAlgTool.h>
#include <GaudiKernel/IAlgorithm.h>
#include <GaudiKernel/IAppMgrUI.h>
#include <GaudiKernel/IIncidentSvc.h>
#include <GaudiKernel/IService.h>
#include <GaudiKernel/IToolSvc.h>
#include <GaudiKernel/ServiceHandle.h>
#include <GaudiKernel/System.h>
#include <GaudiKernel/IAlgContextSvc.h>
#include <boost/algorithm/string/predicate.hpp>
#include <fstream>
#include <iostream>
#include <limits>
#include <sstream>
Include dependency graph for HistorySvc.cpp:

Go to the source code of this file.

Classes

struct  DHH
 

Macros

#define ON_DEBUG   if ( msgLevel( MSG::DEBUG ) )
 
#define ON_VERBOSE   if ( msgLevel( MSG::VERBOSE ) )
 

Macro Definition Documentation

◆ ON_DEBUG

#define ON_DEBUG   if ( msgLevel( MSG::DEBUG ) )

Definition at line 50 of file HistorySvc.cpp.

◆ ON_VERBOSE

#define ON_VERBOSE   if ( msgLevel( MSG::VERBOSE ) )

Definition at line 51 of file HistorySvc.cpp.