29 #ifndef PERFORMANCEMONITORINGALGORITHM_H
30 #define PERFORMANCEMONITORINGALGORITHM_H
32 #include "Pandora/Algorithm.h"
34 namespace april_content
46 class Factory :
public pandora::AlgorithmFactory
49 pandora::Algorithm *CreateAlgorithm()
const;
53 pandora::StatusCode Run();
54 pandora::StatusCode ReadSettings(
const pandora::TiXmlHandle xmlHandle);
57 float m_expectedPfoTotalEnergy;
58 float m_pfoTotalEnergyDeviation;
60 std::string m_visualMonitoringAlgorithmName;
65 inline pandora::Algorithm *PerformanceMonitoringAlgorithm::Factory::CreateAlgorithm()
const
72 #endif // PERFORMANCEMONITORINGALGORITHM_H
PerformanceMonitoringAlgorithm class.
Definition: PerformanceMonitoringAlgorithm.h:40
Factory class for instantiating algorithm.
Definition: PerformanceMonitoringAlgorithm.h:46