![]() |
The Gaudi Framework
v25r3
|
#include "GaudiKernel/IProperty.h"#include "GaudiKernel/IAlgorithm.h"#include "GaudiKernel/IService.h"#include "GaudiKernel/PropertyMgr.h"#include "GaudiKernel/ISvcLocator.h"#include "GaudiKernel/IMessageSvc.h"#include "GaudiKernel/IStateful.h"#include <string>#include <vector>#include "GaudiKernel/IDataProviderSvc.h"#include "GaudiKernel/IHistogramSvc.h"#include "GaudiKernel/IConversionSvc.h"#include "GaudiKernel/INTupleSvc.h"#include "GaudiKernel/IChronoStatSvc.h"#include "GaudiKernel/IRndmGenSvc.h"#include "GaudiKernel/IAuditorSvc.h"#include "GaudiKernel/IToolSvc.h"#include "GaudiKernel/IMonitorSvc.h"#include "GaudiKernel/IExceptionSvc.h"#include "GaudiKernel/IAlgContextSvc.h"#include "GaudiKernel/Property.h"#include <Gaudi/PluginService.h>

Go to the source code of this file.
Classes | |
| class | Algorithm |
| Base class from which all concrete algorithm classes should be derived. More... | |
| class | AlgFactory< T > |
Macros | |
| #define | PACKAGE_VERSION "unknown" |
| #define | DECLARE_ALGORITHM_FACTORY(x) DECLARE_FACTORY_WITH_CREATOR(x, AlgFactory< x >, Algorithm::Factory) |
| #define | DECLARE_NAMED_ALGORITHM_FACTORY(x, n) |
| #define | DECLARE_NAMESPACE_ALGORITHM_FACTORY(n, x) DECLARE_ALGORITHM_FACTORY(n::x) |
| #define DECLARE_ALGORITHM_FACTORY | ( | x | ) | DECLARE_FACTORY_WITH_CREATOR(x, AlgFactory< x >, Algorithm::Factory) |
Definition at line 602 of file Algorithm.h.
| #define DECLARE_NAMED_ALGORITHM_FACTORY | ( | x, | |
| n | |||
| ) |
Definition at line 604 of file Algorithm.h.
| #define DECLARE_NAMESPACE_ALGORITHM_FACTORY | ( | n, | |
| x | |||
| ) | DECLARE_ALGORITHM_FACTORY(n::x) |
Definition at line 607 of file Algorithm.h.
| #define PACKAGE_VERSION "unknown" |
Definition at line 33 of file Algorithm.h.