PandaRoot
PndMeasurementBoundariesJSONReader.h
Go to the documentation of this file.
1 /*
2  * PndMeasurementBoundariesJSONReader.h
3  *
4  * Created on: 16.05.2023
5  * Author: tstockmanns
6  */
7 
8 #pragma once
9 
11 
12 #include <boost/property_tree/ptree.hpp>
13 
14 namespace pt = boost::property_tree;
15 
17  public:
20 
22 };
PndMeasurementBoundaries createMeasurementBoundaries(pt::ptree &tree)