CMS 3D CMS Logo

SiStripLayoutParser.h
Go to the documentation of this file.
1 #ifndef SiStripLayoutParser_H
2 #define SiStripLayoutParser_H
3 
11 #include <vector>
12 #include <fstream>
13 #include <string>
14 #include <map>
15 
17 public:
18  // Constructor
20 
22 
23  // Get list of Layouts for ME groups
24  bool getAllLayouts(std::map<std::string, std::vector<std::string> >& me_names);
25 
26 private:
27 };
28 
29 #endif
SiStripLayoutParser
Definition: SiStripLayoutParser.h:16
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
SiStripLayoutParser::getAllLayouts
bool getAllLayouts(std::map< std::string, std::vector< std::string > > &me_names)
Definition: SiStripLayoutParser.cc:20
TkMap_script_phase1.filepath
filepath
Definition: TkMap_script_phase1.py:176
SiStripLayoutParser::SiStripLayoutParser
SiStripLayoutParser()
Definition: SiStripLayoutParser.cc:9
genParticles_cff.map
map
Definition: genParticles_cff.py:11
SiStripLayoutParser::getDocument
void getDocument(std::string filepath)
Definition: SiStripLayoutParser.cc:13