CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_7/src/DQM/SiStripHistoricInfoClient/interface/HDQMInspectorConfigSiStrip.h

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