ATLAS Offline Software
MuonSimValUtils/MuonSimValUtils/MuonStrToIntName.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 int convertStrToIntName(const std::string& ChamberName, const std::string& ChamberType);
13 
14 
15 #endif
convertStrToIntName
int convertStrToIntName(const std::string &ChamberName, const std::string &ChamberType)
Definition: MuonDQA/MuonDQAUtils/src/MuonStrToIntName.cxx:9