3 #ifndef PHPARAMETER_PHPARAMETERS_H
4 #define PHPARAMETER_PHPARAMETERS_H
23 typedef std::map<const std::string, double>
dMap;
24 typedef dMap::const_iterator
dIter;
25 typedef std::map<const std::string, int>
iMap;
26 typedef iMap::const_iterator
iIter;
27 typedef std::map<const std::string, std::string>
strMap;
28 typedef std::map<const std::string, std::string>::const_iterator
strIter;
39 void Reset()
override;
41 void Print(Option_t *option =
"")
const override;
107 #endif // PHPARAMETER_PHPARAMETERS_H