CMS 3D CMS Logo

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 
18 public:
19  // Constructor
21 
22  // Destructor
23  ~SiStripConfigParser() override;
24 
25  // get List of MEs for TrackerMap
26  bool getMENamesForSummary(std::map<std::string, std::string>& me_names);
27  bool getFrequencyForSummary(int& u_freq);
28 
29 private:
30 };
31 
32 #endif
bool getFrequencyForSummary(int &u_freq)
bool getMENamesForSummary(std::map< std::string, std::string > &me_names)