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;
38 void Print(Option_t *option =
"")
const override;
76 int WriteToFile(
const std::string &extension,
const std::string &
dir =
".");
79 inline int ReadFromFile(
const std::string &
name,
const std::string &extension,
const std::string &
dir =
".")
85 int ReadFromFile(
const std::string &
name,
const std::string &extension,
const int layer,
const int issuper,
const std::string &
dir =
".");
102 #endif // PHPARAMETER_PHPARAMETERS_H