ATLAS Offline Software
MuonDQA/MuonDQAUtils/MuonDQAUtils/MuonChambersRange.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef MUONCHAMBERSRANGE_H
6 #define MUONCHAMBERSRANGE_H
7 
8 #include <string>
9 #include <sstream>
10 #include <vector>
11 #include <iostream>
12 
13 bool selectChambersRange(const std::string&, const std::string&, int, int, int, int, const std::string&);
14 
15 
16 #endif
selectChambersRange
bool selectChambersRange(const std::string &, const std::string &, int, int, int, int, const std::string &)
Definition: MuonDQA/MuonDQAUtils/src/MuonChambersRange.cxx:7