CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SiStripLayoutParser.h
Go to the documentation of this file.
1 #ifndef SiStripLayoutParser_H
2 #define SiStripLayoutParser_H
3 
14 #include <vector>
15 #include <fstream>
16 #include <string>
17 #include <map>
18 
19 
21 
22  public:
23 
24 
25  // Constructor
27 
28  // Destructor
30 
31  // Get list of Layouts for ME groups
32  bool getAllLayouts(std::map< std::string, std::vector<std::string> >& me_names);
33 
34  private:
35 
36 };
37 
38 #endif
dictionary map
Definition: Association.py:160
bool getAllLayouts(std::map< std::string, std::vector< std::string > > &me_names)