CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DTDataIntegrityTest.h
Go to the documentation of this file.
1 #ifndef DTDataIntegrity_Test_H
2 #define DTDataIntegrity_Test_H
3 
23 
25 
26 class DTReadOutMapping;
27 
29 public:
32 
34  ~DTDataIntegrityTest() override;
35 
36 protected:
37  void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override;
38 
40  std::string getMEName(std::string histoType, int FEDId);
41 
45  edm::LuminosityBlock const &,
46  edm::EventSetup const &) override;
47 
48 private:
49  int readOutToGeometry(int dduId, int rosNumber, int &wheel, int &sector);
50  int getROS(int uROS, int link);
51 
52  //Number of onUpdates
53  int nupdates;
54 
55  // prescale on the # of LS to update the test
57 
58  //Counter between 0 and nTimeBin
59  int counter;
60 
61  int nevents;
62  unsigned int nLumiSegs;
63 
64  int run;
65 
67 
70 
71  // Monitor Elements
75 };
76 
77 #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.