ATLAS Offline Software
MuonStrToIntName.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 MUONSTRTOINTNAME_H
6 #define MUONSTRTOINTNAME_H
7 
8 #include <string>
9 
10 
11 int convertStrToIntName(const std::string& ChamberName, const std::string& ChamberType);
12 
13 
14 #endif
convertStrToIntName
int convertStrToIntName(const std::string &ChamberName, const std::string &ChamberType)
Definition: MuonStrToIntName.cxx:9