PandaRoot
PndFixStepParticleGunJSONReader.h
Go to the documentation of this file.
1 
8 #pragma once
9 
10 #include <boost/property_tree/ptree.hpp>
11 
13 
14 namespace pt = boost::property_tree;
15 
16 class PndFixStepParticleGunJSONReader : public TObject {
17  public:
18  static PndFixStepParticleGun *readJSON(pt::ptree &tree);
19 
21 };
Class to generate a PndBoxGenerator object from a JSON file already loaded into a boost property tree...
static PndFixStepParticleGun * readJSON(pt::ptree &tree)
ClassDef(PndFixStepParticleGunJSONReader, 1)