Pandora
Pandora source code navigator
Loading...
Searching...
No Matches
TemplateAlgorithmTool.h
Go to the documentation of this file.
1
8#ifndef TEMPLATE_ALGORITHM_TOOL_H
9#define TEMPLATE_ALGORITHM_TOOL_H 1
10
12
17{
18public:
23 {
24 public:
26 };
27
32
33private:
35
36 // Member variables here
37};
38
39//------------------------------------------------------------------------------------------------------------------------------------------
40
45
46#endif // #ifndef TEMPLATE_ALGORITHM_TOOL_H
Header file for the algorithm tool class.
Factory class for instantiating algorithm tool.
pandora::AlgorithmTool * CreateAlgorithmTool() const
Create an instance of an algorithm.
TemplateAlgorithmTool class.
pandora::StatusCode Run()
Run the algorithm tool.
pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle)
Read the algorithm settings.
Factory class for instantiating algorithm tools.
AlgorithmTool class. Algorithm tools will tend to be tailored for specific parent algorithms,...
StatusCode
The StatusCode enum.