PandaRoot
PndTrackingQAJSONReader.h
Go to the documentation of this file.
1 
8 #pragma once
9 
10 #include <boost/property_tree/ptree.hpp>
11 #include "PndTaskJSONReader.h"
12 
13 class FairTask;
14 
15 namespace pt = boost::property_tree;
16 
18  public:
19  void AddTask(FairRun *run, pt::ptree &tree) override;
20 
21  protected:
22  FairTask *createTask(pt::ptree &tree);
23 
25 };
void AddTask(FairRun *run, pt::ptree &tree) override
ClassDef(PndTrackingQAJSONReader, 1)
FairTask * createTask(pt::ptree &tree)