Pandora
Pandora source code navigator
Loading...
Searching...
No Matches
MopUpBaseAlgorithm.h
Go to the documentation of this file.
1
8#ifndef LAR_MOP_UP_BASE_ALGORITHM_H
9#define LAR_MOP_UP_BASE_ALGORITHM_H 1
10
11#include "Pandora/Algorithm.h"
12
13namespace lar_content
14{
15
20{
21public:
29 template <typename T>
30 const std::string GetListName(const T *const pT) const;
31
32protected:
34
36};
37
38} // namespace lar_content
39
40#endif // #ifndef LAR_MOP_UP_BASE_ALGORITHM_H
Header file for the algorithm class.
MopUpBaseAlgorithm class.
virtual pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle)
Read the algorithm settings.
const std::string GetListName(const T *const pT) const
Find the name of the list hosting a specific object.
pandora::StringVector m_daughterListNames
The list of potential daughter object list names.
Algorithm class. Algorithm addresses are held only by the algorithm manager. They have a fully define...
Definition Algorithm.h:21
std::vector< std::string > StringVector
StatusCode
The StatusCode enum.