CMS 3D CMS Logo

SiStripLayoutParser.h
Go to the documentation of this file.
1 #ifndef SiStripLayoutParser_H
2 #define SiStripLayoutParser_H
3 
12 #include <vector>
13 #include <fstream>
14 #include <string>
15 #include <map>
16 
18 public:
19  // Constructor
21 
22  // Destructor
23  ~SiStripLayoutParser() override;
24 
25  // Get list of Layouts for ME groups
26  bool getAllLayouts(std::map<std::string, std::vector<std::string> >& me_names);
27 
28 private:
29 };
30 
31 #endif
bool getAllLayouts(std::map< std::string, std::vector< std::string > > &me_names)