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 
12 #include <vector>
13 #include <fstream>
14 #include <string>
15 #include <map>
16 
17 
19 
20  public:
21 
22 
23  // Constructor
25 
26  // Destructor
28 
29  // get List of MEs for TrackerMap
30  bool getMENamesForSummary(std::map<std::string, std::string>& me_names);
31  bool getFrequencyForSummary(int& u_freq);
32 
33  private:
34 
35 };
36 
37 #endif
bool getFrequencyForSummary(int &u_freq)
bool getMENamesForSummary(std::map< std::string, std::string > &me_names)