CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DTLocalTriggerLutTest.h
Go to the documentation of this file.
1 #ifndef DTLocalTriggerLutTest_H
2 #define DTLocalTriggerLutTest_H
3 
4 
17 
18 
19 
21 
22 public:
23 
26 
28  virtual ~DTLocalTriggerLutTest();
29 
30 
31 protected:
32 
34  void beginJob();
35 
37  void beginRun(const edm::Run& r, const edm::EventSetup& c);
38 
40  void runClientDiagnostic();
41 
42  private:
43 
45  int performLutTest(double mean,double RMS,double thresholdMean,double thresholdRMS);
46 
48  void fillWhPlot(MonitorElement *plot,int sect,int stat, float value, bool lessIsBest = true);
49 
53 
54 };
55 
56 #endif
void beginRun(const edm::Run &r, const edm::EventSetup &c)
BeginRun.
int performLutTest(double mean, double RMS, double thresholdMean, double thresholdRMS)
Perform Lut Test logical operations.
void fillWhPlot(MonitorElement *plot, int sect, int stat, float value, bool lessIsBest=true)
Fill summary plots managing double MB4 chambers.
void runClientDiagnostic()
Run client analysis.
DTLocalTriggerLutTest(const edm::ParameterSet &ps)
Constructor.
virtual ~DTLocalTriggerLutTest()
Destructor.
Definition: Run.h:33