PandaRoot
PndHistoCombinerJSONReader.h
Go to the documentation of this file.
1 
8 #pragma once
9 
10 #include <boost/property_tree/ptree.hpp>
11 #include <TObject.h>
12 #include "PndHistoCombiner.h"
13 
14 //class PndHistoCombiner;
15 
16 namespace pt = boost::property_tree;
17 
18 class PndHistoCombinerJSONReader : public TObject {
19  public:
20  static PndHistoCombiner *readJSON(pt::ptree &tree);
21 
23 };
static PndHistoCombiner * readJSON(pt::ptree &tree)
Combines histograms with the same name from different files in one overlay histogram.
Class to generate a PndHistoCombiner object from a JSON file already loaded into a boost property tre...
ClassDef(PndHistoCombinerJSONReader, 1)