Gaudi Framework, version v25r2

Home   Generated: Wed Jun 4 2014
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Macros
Algorithm.h File Reference
#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>
Include dependency graph for Algorithm.h:
This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

#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,
 
)
#define DECLARE_NAMESPACE_ALGORITHM_FACTORY (   n,
 
)    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.


Generated at Wed Jun 4 2014 14:48:59 for Gaudi Framework, version v25r2 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004