5#ifndef INPUT_PREPROCESSOR_HH_TAURECTOOLS
6#define INPUT_PREPROCESSOR_HH_TAURECTOOLS
17 using Eigen::VectorXd;
18 using Eigen::MatrixXd;
22 typedef std::map<std::string, double>
ValueMap;
23 typedef std::vector<std::pair<std::string, double> >
ValueVector;
24 typedef std::map<std::string, std::vector<double> >
VectorMap;
std::vector< std::pair< std::string, double > > ValueVector
std::map< std::string, std::vector< double > > VectorMap
std::map< std::string, double > ValueMap