Pandora
Pandora source code navigator
Loading...
Searching...
No Matches
TemplateAlgorithm.cc
Go to the documentation of this file.
1
10
12
13using namespace pandora;
14
16{
17 // Algorithm code here
18
19 return STATUS_CODE_SUCCESS;
20}
21
22//------------------------------------------------------------------------------------------------------------------------------------------
23
25{
26 // Read settings from xml file here
27
28 return STATUS_CODE_SUCCESS;
29}
Grouping of header files for many classes of use in particle flow algorithms.
Header file for the template algorithm class.
pandora::StatusCode Run()
Run the algorithm.
pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle)
Read the algorithm settings.
StatusCode
The StatusCode enum.