1 #ifndef DTDataIntegrity_Test_H 2 #define DTDataIntegrity_Test_H 53 int getROS(
int uROS,
int link);
77 std::map<std::string, std::map<int, MonitorElement*> >
dduHistos;
78 std::map<std::string, std::map<int, std::vector <MonitorElement*> > >
dduVectorHistos;
80 std::map<std::string, std::map<int, MonitorElement*> >
fedHistos;
81 std::map<std::string, std::map<int, std::vector <MonitorElement*> > >
fedVectorHistos;
std::map< std::string, std::map< int, MonitorElement * > > fedHistos
MonitorElement * summaryTDCHisto
DTDataIntegrityTest(const edm::ParameterSet &ps)
Constructor.
MonitorElement * glbSummaryHisto
std::string getMEName(std::string histoType, int FEDId)
Get the ME name.
void dqmEndLuminosityBlock(DQMStore::IBooker &, DQMStore::IGetter &, edm::LuminosityBlock const &, edm::EventSetup const &) override
DQM Client Diagnostic.
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
std::map< std::string, std::map< int, MonitorElement * > > dduHistos
int getROS(int uROS, int link)
void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override
std::map< std::string, std::map< int, std::vector< MonitorElement * > > > fedVectorHistos
~DTDataIntegrityTest() override
Destructor.
void bookHistos(DQMStore::IBooker &, std::string histoType, int dduId)
Book the MEs.