1 #ifndef DTDataIntegrity_Test_H
2 #define DTDataIntegrity_Test_H
83 std::map<std::string, std::map<int, MonitorElement*> >
dduHistos;
85 std::map<std::string, std::map<int, std::vector <MonitorElement*> > >
dduVectorHistos;
MonitorElement * summaryTDCHisto
DTDataIntegrityTest(const edm::ParameterSet &ps)
Constructor.
~DTDataIntegrityTest()
Destructor.
MonitorElement * glbSummaryHisto
std::string getMEName(std::string histoType, int FEDId)
Get the ME name.
std::map< std::string, std::map< int, std::vector< MonitorElement * > > > dduVectorHistos
MonitorElement * summaryHisto
int readOutToGeometry(int dduId, int rosNumber, int &wheel, int §or)
edm::ESHandle< DTReadOutMapping > mapping
void endLuminosityBlock(edm::LuminosityBlock const &lumiSeg, edm::EventSetup const &c)
DQM Client Diagnostic.
void analyze(const edm::Event &e, const edm::EventSetup &c)
Analyze.
void beginLuminosityBlock(edm::LuminosityBlock const &lumiSeg, edm::EventSetup const &context)
std::map< std::string, std::map< int, MonitorElement * > > dduHistos
void bookHistos(std::string histoType, int dduId)
Book the MEs.
void beginRun(const edm::Run &run, const edm::EventSetup &c)
BeginRun.