Pandora
Pandora source code navigator
Loading...
Searching...
No Matches
DLMasterAlgorithm.h
Go to the documentation of this file.
1
8#ifndef LAR_DL_MASTER_ALGORITHM_H
9#define LAR_DL_MASTER_ALGORITHM_H 1
10
12
13namespace lar_dl_content
14{
15
20{
21public:
25 DLMasterAlgorithm() = default;
26
27private:
31};
32
33} // namespace lar_dl_content
34
35#endif // #ifndef LAR_DL_MASTER_ALGORITHM_H
Header file for the master algorithm class.
MasterAlgorithm class.
DLMasterAlgorithm()=default
Default constructor.
pandora::StatusCode RegisterCustomContent(const pandora::Pandora *const pPandora) const
Register custom content, such as algorithms or algorithm tools, with a specified pandora instance.
pandora::StatusCode Run()
Run the algorithm.
pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle)
Read the algorithm settings.
Pandora class.
Definition Pandora.h:40
StatusCode
The StatusCode enum.