PandaRoot
PndBoxGeneratorJSONReader.h
Go to the documentation of this file.
1 
8 #pragma once
9 
10 #include <boost/property_tree/ptree.hpp>
11 
12 class PndBoxGenerator;
13 
14 namespace pt = boost::property_tree;
15 
16 class PndBoxGeneratorJSONReader : public TObject {
17  public:
18  static PndBoxGenerator *readJSON(pt::ptree &tree);
19 
21 };
ClassDef(PndBoxGeneratorJSONReader, 1)
static PndBoxGenerator * readJSON(pt::ptree &tree)