CMS 3D CMS Logo

DTDataIntegrityTest.h
Go to the documentation of this file.
1 #ifndef DTDataIntegrity_Test_H
2 #define DTDataIntegrity_Test_H
3 
22 
24 
25 class DTReadOutMapping;
26 
28 public:
31 
33  ~DTDataIntegrityTest() override;
34 
35 protected:
36  void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override;
37 
39  std::string getMEName(std::string histoType, int FEDId);
40 
44  edm::LuminosityBlock const &,
45  edm::EventSetup const &) override;
46 
47 private:
48  int readOutToGeometry(int dduId, int rosNumber, int &wheel, int &sector);
49  int getROS(int uROS, int link);
50 
51  //Number of onUpdates
52  int nupdates;
53 
54  // prescale on the # of LS to update the test
56 
57  //Counter between 0 and nTimeBin
58  int counter;
59 
60  int nevents;
61  unsigned int nLumiSegs;
62 
63  int run;
64 
66 
69 
70  // Monitor Elements
74 };
75 
76 #endif
edm::ESGetToken< DTReadOutMapping, DTReadOutMappingRcd > mappingToken_
const DTReadOutMapping * mapping
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.
MonitorElement * summaryHisto
int readOutToGeometry(int dduId, int rosNumber, int &wheel, int &sector)
int getROS(int uROS, int link)
void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override
~DTDataIntegrityTest() override
Destructor.