CMS 3D CMS Logo

SiPixelLayoutParser.h
Go to the documentation of this file.
1 #ifndef SiPixelLayoutParser_H
2 #define SiPixelLayoutParser_H
3 
12 #include <fstream>
13 #include <map>
14 #include <string>
15 #include <vector>
16 
18 public:
19  // Constructor
21 
22  // Destructor
23  ~SiPixelLayoutParser() 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)