DLMasterAlgorithm.h
Go to the documentation of this file.
1 /**
2  * @file larpandoradlcontent/LArControlFlow/DLMasterAlgorithm.h
3  *
4  * @brief Header file for the master algorithm class.
5  *
6  * $Log: $
7  */
8 #ifndef LAR_DL_MASTER_ALGORITHM_H
9 #define LAR_DL_MASTER_ALGORITHM_H 1
10 
12 
13 namespace lar_dl_content
14 {
15 
16 /**
17  * @brief MasterAlgorithm class
18  */
20 {
21 public:
22  /**
23  * @brief Default constructor
24  */
25  DLMasterAlgorithm() = default;
26 
27 private:
28  pandora::StatusCode Run();
29  pandora::StatusCode RegisterCustomContent(const pandora::Pandora *const pPandora) const;
30  pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle);
31 };
32 
33 } // namespace lar_dl_content
34 
35 #endif // #ifndef LAR_DL_MASTER_ALGORITHM_H
pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle)
DLMasterAlgorithm()=default
Default constructor.
Header file for the master algorithm class.
MasterAlgorithm class.
pandora::StatusCode RegisterCustomContent(const pandora::Pandora *const pPandora) const
Register custom content, such as algorithms or algorithm tools, with a specified pandora instance...