Pandora
Pandora source code navigator
Loading...
Searching...
No Matches
TemplateAlgorithmTool.cc
Go to the documentation of this file.
1
9
#include "
Pandora/AlgorithmHeaders.h
"
10
11
#include "
Templates/TemplateAlgorithmTool.h
"
12
13
using namespace
pandora
;
14
15
StatusCode
TemplateAlgorithmTool::Run
()
16
{
17
// Algorithm tool code here
18
19
return
STATUS_CODE_SUCCESS;
20
}
21
22
//------------------------------------------------------------------------------------------------------------------------------------------
23
24
StatusCode
TemplateAlgorithmTool::ReadSettings
(
const
TiXmlHandle
/*xmlHandle*/
)
25
{
26
// Read settings from xml file here
27
28
return
STATUS_CODE_SUCCESS;
29
}
AlgorithmHeaders.h
Grouping of header files for many classes of use in particle flow algorithms.
TemplateAlgorithmTool.h
Header file for the template algorithm tool class.
TemplateAlgorithmTool::Run
pandora::StatusCode Run()
Run the algorithm tool.
Definition
TemplateAlgorithmTool.cc:15
TemplateAlgorithmTool::ReadSettings
pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle)
Read the algorithm settings.
Definition
TemplateAlgorithmTool.cc:24
pandora::TiXmlHandle
Definition
tinyxml.h:1646
pandora
Definition
LArContent.h:12
pandora::StatusCode
StatusCode
The StatusCode enum.
Definition
StatusCodes.h:100
PandoraSDK
src
Templates
TemplateAlgorithmTool.cc