PandaRoot
PndMultipleTasksJSONReader.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 PndMultipleTasksJSONReader : public TObject {
18  public:
19  void AssignTasks(FairRun *run, pt::ptree &tree);
20 
22 };
ClassDef(PndMultipleTasksJSONReader, 1)
void AssignTasks(FairRun *run, pt::ptree &tree)