#ifndef PNDCONFIGPARAMETERSIO_H_ #define PNDCONFIGPARAMETERSIO_H_ #include #include "PndConfigParameters.h" class PndConfigParametersIO { public: PndConfigParameters readConfigFromFile(const std::string &config_url) const; void writeConfigToFile(const PndConfigParameters &sim_reco_params, const std::string &output_file_url) const; }; #endif /* PNDCONFIGPARAMETERSIO_H_ */