RAIDA  1.9.0
RAIDAUtil.h
1 // -*- C++ -*-
2 #ifndef AIDA_RAIDAUtil_H
3 #define AIDA_RAIDAUtil_H 1
4 
5 #include <iostream>
6 #include <vector>
7 #include <string>
8 
16 namespace AIDA {
17 namespace RAIDAUtil {
19  int binIndexAIDA2ROOT(int index, int nBins);
20 
22  int binIndexROOT2AIDA(int index, int nBins);
23 
28  bool isOrdered(std::vector<double> x);
29 
35  std::string removeWidespaceLeft(std::string s);
36 
39  std::string removeWidespaceRight(std::string s);
40 
43  std::string removeWidespaceLeftRight(std::string s);
44 
52  std::vector<std::string> splitIntoWords(std::string s,char sep);
53 
54 } // namespace RAIDAUtil
55 } // namespace AIDA
56 #endif /* ifndef AIDA_RAIDAUtil_H */