ATLAS Offline Software
MuonSimValUtils/MuonSimValUtils/MuonChamberNameConverter.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 MUONCHAMBERNAMECONVERTER_H
5 #define MUONCHAMBERNAMECONVERTER_H
6 
7 #include <string>
8 #include <sstream>
9 #include <vector>
10 #include <iostream>
11 
12 std::string convertChamberName(int, int, int, const std::string&);
13 
14 //std::vector<int> convertChamberName(std::string HarwareChamberName , std::string HarwareChamberType , std::string ChamberType);
15 
16 #endif
convertChamberName
std::string convertChamberName(int, int, int, const std::string &)
Definition: MuonDQA/MuonDQAUtils/src/MuonChamberNameConverter.cxx:10