CMS 3D CMS Logo

RPCRawDataCountsHistoMaker.h
Go to the documentation of this file.
1 #ifndef DQM_RPCMonitorModule_RPCRawDataCountsHistoMaker_H
2 #define DQM_RPCMonitorModule_RPCRawDataCountsHistoMaker_H
3 
4 #include "TH1F.h"
5 #include "TH2F.h"
6 
8 public:
9  static TH1F* emptyRecordTypeHisto(int fedId);
10  static TH1F* emptyReadoutErrorHisto(int fedId);
11  static TH2F* emptyReadoutErrorMapHisto(int fedId, int type);
12 };
13 
14 #endif
static TH1F * emptyReadoutErrorHisto(int fedId)
static TH2F * emptyReadoutErrorMapHisto(int fedId, int type)
static TH1F * emptyRecordTypeHisto(int fedId)