LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
PfoValidationAlgorithm.h
Go to the documentation of this file.
1 
8 #ifndef LAR_PFO_VALIDATION_ALGORITHM_H
9 #define LAR_PFO_VALIDATION_ALGORITHM_H 1
10 
11 #include "Pandora/Algorithm.h"
12 
13 namespace lar_content
14 {
15 
19 class PfoValidationAlgorithm : 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_caloHitListName;
32  std::string m_pfoListName;
34  unsigned int m_nMatchesToShow;
35 };
36 
37 } // namespace lar_content
38 
39 #endif // LAR_PFO_VALIDATION_ALGORITHM_H
PfoValidationAlgorithm class.
unsigned int m_nMatchesToShow
The maximum number of MCParticle to Pfo matches to show.
pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle)
LArMCParticleHelper::PrimaryParameters m_parameters
Parameters used to decide when an MCParticle is reconstructable.
std::string m_caloHitListName
Name of input calo hit list.
std::string m_pfoListName
Name of input pfo list.