babymaker  e95a6a9342d4604277fe7cc6149b6b5b24447d89
in_json.hh
Go to the documentation of this file.
1 #ifndef H_IN_JSON
2 #define H_IN_JSON
3 
4 #include <vector>
5 #include <string>
6 
7 std::vector<std::vector<int> > MakeVRunLumi(std::string input);
8 bool inJSON(std::vector<std::vector<int> > VRunLumi, int Run, int LS);
9 void CheckVRunLumi(std::vector<std::vector<int> > VRunLumi);
10 void CheckVRunLumi2(std::vector<std::vector<int> > VVRunLumi);
11 
12 #endif //H_IN_JSON
void CheckVRunLumi(std::vector< std::vector< int > > VRunLumi)
Definition: in_json.cc:94
bool inJSON(std::vector< std::vector< int > > VRunLumi, int Run, int LS)
Definition: in_json.cc:75
std::vector< std::vector< int > > MakeVRunLumi(std::string input)
Definition: in_json.cc:16
void CheckVRunLumi2(std::vector< std::vector< int > > VVRunLumi)
Definition: in_json.cc:104