![]() |
The Gaudi Framework
v39r3 (979e3109)
|
#include <GaudiKernel/IAlgorithm.h>
#include <GaudiKernel/IMessageSvc.h>
#include <GaudiKernel/IProperty.h>
#include <GaudiKernel/IService.h>
#include <GaudiKernel/IStateful.h>
#include <GaudiKernel/ISvcLocator.h>
#include <GaudiKernel/ITimelineSvc.h>
#include <string>
#include <vector>
#include <Gaudi/PluginService.h>
#include <Gaudi/Property.h>
#include <GaudiKernel/CommonMessaging.h>
#include <GaudiKernel/DataObjID.h>
#include <GaudiKernel/IAlgContextSvc.h>
#include <GaudiKernel/IAuditorSvc.h>
#include <GaudiKernel/IChronoStatSvc.h>
#include <GaudiKernel/IConversionSvc.h>
#include <GaudiKernel/IDataProviderSvc.h>
#include <GaudiKernel/IExceptionSvc.h>
#include <GaudiKernel/IHistogramSvc.h>
#include <GaudiKernel/IHiveWhiteBoard.h>
#include <GaudiKernel/IMonitorSvc.h>
#include <GaudiKernel/INTupleSvc.h>
#include <GaudiKernel/IRndmGenSvc.h>
#include <GaudiKernel/IToolSvc.h>
#include <GaudiKernel/PropertyHolder.h>
#include <GaudiKernel/System.h>
#include <GaudiKernel/ToolHandle.h>
#include <GaudiKernel/DataHandle.h>
#include <GaudiKernel/DataHandleHolderBase.h>
#include <GaudiKernel/EventContext.h>
#include <GaudiKernel/IAlgExecStateSvc.h>
Go to the source code of this file.
Classes | |
class | Gaudi::Algorithm |
Base class from which all concrete algorithm classes should be derived. More... | |
Namespaces | |
Gaudi | |
This file provides a Grammar for the type Gaudi::Accumulators::Axis It allows to use that type from python with a format liks : ( nbins, min, max, title ) where title can be ommited. | |
Gaudi::Details | |
Macros | |
#define | PACKAGE_VERSION "unknown" |
Functions | |
bool | Gaudi::Details::getDefaultAuditorValue (ISvcLocator *loc) |
#define PACKAGE_VERSION "unknown" |
Definition at line 59 of file Algorithm.h.