ATLAS Offline Software
MuonChamberNameConverter.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef MUONCHAMBERNAMECONVERTER_H
6 #define MUONCHAMBERNAMECONVERTER_H
7 
8 #include <string>
9 
10 
11 std::string convertChamberName(int, int, int, const std::string&);
12 
13 #endif
convertChamberName
std::string convertChamberName(int, int, int, const std::string &)
Definition: MuonChamberNameConverter.cxx:13