PandaRoot
PndTrackingQACDashJSONReader.h
Go to the documentation of this file.
1 /*
2  * PndTrackingQACDashJSONReader.h
3  *
4  * Created on: 16.05.2023
5  * Author: tstockmanns
6  */
7 
8 #pragma once
9 
11 #include "PndTrackingQACDash.h"
12 
13 #include <boost/property_tree/ptree.hpp>
14 
15 namespace pt = boost::property_tree;
16 
17 class PndTrackingQACDashJSONReader : public TObject {
18  public:
21 
23 
25 };
PndTrackingQACDash createTrackingQACDash(pt::ptree &tree)
ClassDef(PndTrackingQACDashJSONReader, 1)