LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
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 
13 namespace lar_dl_content
14 {
15 
20 {
21 public:
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...