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