Pandora
Pandora source code navigator
Loading...
Searching...
No Matches
TemplateAlgorithm.h
Go to the documentation of this file.
1
8#ifndef TEMPLATE_ALGORITHM_H
9#define TEMPLATE_ALGORITHM_H 1
10
11#include "Pandora/Algorithm.h"
12
17{
18public:
23 {
24 public:
26 };
27
28private:
31
32 // Member variables here
33};
34
35//------------------------------------------------------------------------------------------------------------------------------------------
36
41
42#endif // #ifndef TEMPLATE_ALGORITHM_H
Header file for the algorithm class.
Factory class for instantiating algorithm.
pandora::Algorithm * CreateAlgorithm() const
Create an instance of an algorithm.
TemplateAlgorithm class.
pandora::StatusCode Run()
Run the algorithm.
pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle)
Read the algorithm settings.
Factory class for instantiating algorithms.
Definition Algorithm.h:39
Algorithm class. Algorithm addresses are held only by the algorithm manager. They have a fully define...
Definition Algorithm.h:21
StatusCode
The StatusCode enum.