CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DTTriggerLutTest.h
Go to the documentation of this file.
1 #ifndef DTTriggerLutTest_H
2 #define DTTriggerLutTest_H
3 
4 
18 
19 class TSpectrum;
20 
22 
23 public:
24 
27 
29  virtual ~DTTriggerLutTest();
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 perc,double threshold1,double threshold2);
46 
48  void fillWhPlot(MonitorElement *plot,int sect,int stat, float value, bool lessIsBest = true);
49 
50  void bookCmsHistos1d(std::string hTag, std::string folder="");
51 
54  double validRange;
56 
57 };
58 
59 #endif
void bookCmsHistos1d(std::string hTag, std::string folder="")
DTTriggerLutTest(const edm::ParameterSet &ps)
Constructor.
virtual ~DTTriggerLutTest()
Destructor.
int performLutTest(double perc, double threshold1, double threshold2)
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 beginJob()
BeginJob.
void runClientDiagnostic()
Run client analysis.
void beginRun(const edm::Run &r, const edm::EventSetup &c)
BeginRun.
Definition: Run.h:33