CMS 3D CMS Logo

SiPixelLayoutParser.h
Go to the documentation of this file.
1 #ifndef SiPixelLayoutParser_H
2 #define SiPixelLayoutParser_H
3 
11 #include <fstream>
12 #include <map>
13 #include <string>
14 #include <vector>
15 
17 public:
18  // Constructor
20 
21  // Get list of Layouts for ME groups
22  bool getAllLayouts(std::map<std::string, std::vector<std::string>> &me_names);
23 
24 private:
25 };
26 
27 #endif
bool getAllLayouts(std::map< std::string, std::vector< std::string >> &me_names)