LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
DlHitValidationAlgorithm.h
Go to the documentation of this file.
1 
8 #ifndef LAR_DL_HIT_VALIDATION_ALGORITHM_H
9 #define LAR_DL_HIT_VALIDATION_ALGORITHM_H 1
10 
11 #include "Pandora/Algorithm.h"
12 
13 namespace lar_dl_content
14 {
15 
19 class DlHitValidationAlgorithm : public pandora::Algorithm
20 {
21 public:
26 
27  virtual ~DlHitValidationAlgorithm();
28 
29 private:
30  pandora::StatusCode Run();
31  pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle);
32 
33  pandora::StringVector m_caloHitListNames;
34  int m_confusionU[2][2];
35  int m_confusionV[2][2];
36  int m_confusionW[2][2];
37 };
38 
39 } // namespace lar_dl_content
40 
41 #endif // LAR_DL_HIT_VALIDATION_ALGORITHM_H
int m_confusionW[2][2]
Confusion matrix for the W view.
pandora::StringVector m_caloHitListNames
Name of input calo hit list.
int m_confusionU[2][2]
Confusion matrix for the U view.
int m_confusionV[2][2]
Confusion matrix for the V view.
pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle)