Pandora
Pandora source code navigator
Loading...
Searching...
No Matches
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
13namespace lar_dl_content
14{
15
38
39} // namespace lar_dl_content
40
41#endif // LAR_DL_HIT_VALIDATION_ALGORITHM_H
Header file for the algorithm class.
pandora::StringVector m_caloHitListNames
Name of input calo hit list.
int m_confusionV[2][2]
Confusion matrix for the V view.
pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle)
Read the algorithm settings.
int m_confusionU[2][2]
Confusion matrix for the U view.
pandora::StatusCode Run()
Run the algorithm.
int m_confusionW[2][2]
Confusion matrix for the W view.
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.