63 ProcAdd(
const std::vector<std::string>& vec_args,
const std::string& name,
const std::string& i_root_path);
65 virtual void process(
const unsigned int& param,
const std::vector<MeteoData>& ivec,
66 std::vector<MeteoData>& ovec);
69 static void readCorrections(
const std::string& filter,
const std::string& filename,
const char& c_type, std::vector<double> &corrections);
72 void parse_args(
const std::vector<std::string>& vec_args);
74 std::vector<double> vecOffsets;
75 std::string root_path;
Add an offset to the values. This adds to all values a given offset. Either a fixed value is given as...
Definition: ProcAdd.h:61
virtual void process(const unsigned int ¶m, const std::vector< MeteoData > &ivec, std::vector< MeteoData > &ovec)
Definition: ProcAdd.cc:32
static void readCorrections(const std::string &filter, const std::string &filename, const char &c_type, std::vector< double > &corrections)
An abstract class.
Definition: ProcessingBlock.h:63
ProcAdd(const std::vector< std::string > &vec_args, const std::string &name, const std::string &i_root_path)
Definition: ProcAdd.cc:25