11#ifndef CBMLITRESULTCHECKER_H_
12#define CBMLITRESULTCHECKER_H_
16#include <boost/property_tree/ptree.hpp>
20using boost::property_tree::ptree;
57 void DoCheck(
const string& qaFile,
const string& idealFile,
const string& checkFile);
65 void DoCheck(
const ptree& qa,
const ptree& ideal, ptree& out);
74 void PropertyTreeToMap(
const string& path,
const ptree& pt, map<string, Double_t>& mymap)
const;
Automatic checker of QA results.
virtual ~CbmLitResultChecker()
Destructor.
void PropertyTreeToMap(const string &path, const ptree &pt, map< string, Double_t > &mymap) const
Build recursively map out of property tree.
void DoCheck(const string &qaFile, const string &idealFile, const string &checkFile)
Check QA results based on predefined values.
CbmLitResultChecker()
Constructor.