CMS 3D CMS Logo

CMSSW_4_4_3_patch1/src/DQM/SiStripCommissioningSummary/interface/FastFedCablingSummaryFactory.h

Go to the documentation of this file.
00001 #ifndef DQM_SiStripCommissioningSummary_FastFedCablingSummaryFactory_H
00002 #define DQM_SiStripCommissioningSummary_FastFedCablingSummaryFactory_H
00003 
00004 #include "DQM/SiStripCommissioningSummary/interface/CommissioningSummaryFactory.h"
00005 
00006 class FastFedCablingSummaryFactory : public SummaryPlotFactory<CommissioningAnalysis*> {
00007   
00008  protected:
00009   
00010   void extract( Iterator );
00011   
00012   void format();
00013   
00014 };
00015 
00016 #endif // DQM_SiStripCommissioningSummary_FastFedCablingSummaryFactory_H