CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_2_9_HLT1_bphpatch4/src/DQM/SiStripMonitorClient/interface/SiStripConfigParser.h

Go to the documentation of this file.
00001 #ifndef SiStripConfigParser_H
00002 #define SiStripConfigParser_H
00003 
00013 #include "DQMServices/ClientConfig/interface/DQMParserBase.h"
00014 #include <vector>
00015 #include <fstream>
00016 #include <string>
00017 #include <map>
00018 
00019 
00020 class SiStripConfigParser : public DQMParserBase {
00021 
00022  public:
00023   
00024 
00025   // Constructor
00026   SiStripConfigParser();
00027   
00028   // Destructor
00029   ~SiStripConfigParser();
00030 
00031   // get List of MEs for TrackerMap
00032   bool getMENamesForSummary(std::map<std::string, std::string>& me_names);
00033   bool getFrequencyForSummary(int& u_freq);
00034 
00035  private:
00036   
00037 };
00038 
00039 #endif