2 #ifndef AIDA_RAIDAUtil_H
3 #define AIDA_RAIDAUtil_H 1
19 int binIndexAIDA2ROOT(
int index,
int nBins);
22 int binIndexROOT2AIDA(
int index,
int nBins);
28 bool isOrdered(std::vector<double> x);
35 std::string removeWidespaceLeft(std::string s);
39 std::string removeWidespaceRight(std::string s);
43 std::string removeWidespaceLeftRight(std::string s);
52 std::vector<std::string> splitIntoWords(std::string s,
char sep);