CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/DQM/RPCMonitorClient/interface/RPCRawDataCountsHistoMaker.h

Go to the documentation of this file.
00001 #ifndef DQM_RPCMonitorModule_RPCRawDataCountsHistoMaker_H
00002 #define DQM_RPCMonitorModule_RPCRawDataCountsHistoMaker_H
00003 
00004 class TH1F;
00005 class TH2F;
00006 
00007 class RPCRawDataCountsHistoMaker {
00008 public:
00009   
00010   static TH1F * emptyRecordTypeHisto(int fedId);
00011   static TH1F * emptyReadoutErrorHisto(int fedId);
00012   static TH2F * emptyReadoutErrorMapHisto(int fedId, int type);
00013 
00014 };
00015 
00016 #endif
00017