CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/DQM/SiPixelHistoricInfoClient/interface/HDQMInspectorConfigSiPixel.h

Go to the documentation of this file.
00001 #ifndef GUARD_HDQMInspectorConfigSiPixel_h
00002 #define GUARD_HDQMInspectorConfigSiPixel_h
00003 
00004 #include <string>
00005 
00006 #include "DQM/SiPixelHistoricInfoClient/interface/SiPixelSummary.h"
00007 #include "DQMServices/Diagnostic/interface/HDQMInspectorConfigBase.h"
00008 
00009 
00010 class HDQMInspectorConfigSiPixel : public HDQMInspectorConfigBase
00011 {
00012  public:
00013   HDQMInspectorConfigSiPixel ();
00014   virtual ~HDQMInspectorConfigSiPixel ();
00015     
00016   std::string translateDetId (const uint32_t) const;
00017 };
00018 
00019 
00020 
00021 #endif