CMS 3D CMS Logo

DTLocalTriggerLutTest.h
Go to the documentation of this file.
1 #ifndef DTLocalTriggerLutTest_H
2 #define DTLocalTriggerLutTest_H
3 
16 
18 public:
21 
23  ~DTLocalTriggerLutTest() override;
24 
25 protected:
27  void beginRun(const edm::Run& r, const edm::EventSetup& c) override;
28 
30 
31  void runClientDiagnostic(DQMStore::IBooker& ibooker, DQMStore::IGetter& igetter) override;
33 
34  const int wheelArrayShift = 3;
35 
36 private:
38  int performLutTest(double mean, double RMS, double thresholdMean, double thresholdRMS);
39 
41  void fillWhPlot(MonitorElement* plot, int sect, int stat, float value, bool lessIsBest = true);
42 
46 
48 };
49 
50 #endif
int performLutTest(double mean, double RMS, double thresholdMean, double thresholdRMS)
Perform Lut Test logical operations.
void runClientDiagnostic(DQMStore::IBooker &ibooker, DQMStore::IGetter &igetter) override
Run client analysis.
void fillWhPlot(MonitorElement *plot, int sect, int stat, float value, bool lessIsBest=true)
Fill summary plots managing double MB4 chambers.
Definition: value.py:1
~DTLocalTriggerLutTest() override
Destructor.
void Bookings(DQMStore::IBooker &, DQMStore::IGetter &)
void beginRun(const edm::Run &r, const edm::EventSetup &c) override
BeginRun.
DTLocalTriggerLutTest(const edm::ParameterSet &ps)
Constructor.
Definition: Run.h:45