CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SiStripConfigParser.h
Go to the documentation of this file.
1 #ifndef SiStripConfigParser_H
2 #define SiStripConfigParser_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 MEs for TrackerMap
32  bool getMENamesForSummary(std::map<std::string, std::string>& me_names);
33  bool getFrequencyForSummary(int& u_freq);
34 
35  private:
36 
37 };
38 
39 #endif
bool getFrequencyForSummary(int &u_freq)
bool getMENamesForSummary(std::map< std::string, std::string > &me_names)