PandaRoot
PndTaskJSONReader.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 
13 class FairRun;
14 
15 namespace pt = boost::property_tree;
16 
17 class PndTaskJSONReader : public TObject {
18  public:
19  virtual void AddTask(FairRun *run, pt::ptree &tree){};
20  static PndTaskJSONReader *createTaskReader(std::string taskName);
21 
23 };
static PndTaskJSONReader * createTaskReader(std::string taskName)
ClassDef(PndTaskJSONReader, 1)
virtual void AddTask(FairRun *run, pt::ptree &tree)