LArSoft  v10_04_05
Liquid Argon Software toolkit - https://larsoft.org/
CheatingSecondaryVertexAlgorithm.h
Go to the documentation of this file.
1 
8 #ifndef LAR_CHEATING_SECONDARY_VERTEX_ALGORITHM_H
9 #define LAR_CHEATING_SECONDARY_VERTEX_ALGORITHM_H 1
10 
11 #include "Pandora/Algorithm.h"
12 
13 namespace lar_content
14 {
15 
19 class CheatingSecondaryVertexAlgorithm : public pandora::Algorithm
20 {
21 public:
26 
27 private:
28  pandora::StatusCode Run();
29  pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle);
30 
31  std::string m_inputCaloHitListName;
32  std::string m_outputVertexListName;
33 };
34 
35 } // namespace lar_content
36 
37 #endif // #ifndef LAR_CHEATING_SECONDARY_VERTEX_ALGORITHM_H
std::string m_outputVertexListName
The name under which to save the output vertex list.
CheatingSecondaryVertexAlgorithm::Algorithm class.
std::string m_inputCaloHitListName
The name of the input calo hit list.
pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle)