ATLAS Offline Software
MuonIntToStrName.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 MUONSTRTOINTNAME_H
5 #define MUONSTRTOINTNAME_H
6 
7 #include <string>
8 #include <sstream>
9 #include <vector>
10 #include <iostream>
11 
12 std::string convertIntToStrName(int ChamberNameInt, std::string ChamberType);
13 
14 
15 #endif
convertIntToStrName
std::string convertIntToStrName(int ChamberNameInt, std::string ChamberType)