LArSoft  v10_04_05
Liquid Argon Software toolkit - https://larsoft.org/
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
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 
30 protected:
31  pandora::StatusCode RegisterCustomContent(const pandora::Pandora *const pPandora) const;
32  pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle);
33 };
34 
35 } // namespace lar_dl_content
36 
37 #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...