PandaRoot
PndJSONReader.h
Go to the documentation of this file.
1 
8 #pragma once
9 
10 #include <boost/property_tree/ptree.hpp>
11 
12 class PndJSONReader : public TObject {
13  public:
14  boost::property_tree::ptree getPtreeFromJSON(const std::string &fileName);
15 
17 };
ClassDef(PndJSONReader, 1)
Class to generate a PndMasterRunSim object from a configuration JSON file.
Definition: PndJSONReader.h:12
boost::property_tree::ptree getPtreeFromJSON(const std::string &fileName)