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 
16 
17 class TSpectrum;
18 
20 
21 public:
22 
25 
27  virtual ~DTTriggerLutTest();
28 
29 protected:
30 
32  void beginJob();
33 
35  void beginRun(const edm::Run& r, const edm::EventSetup& c);
36 
38  void runClientDiagnostic();
39 
40  private:
41 
43  int performLutTest(double perc,double threshold1,double threshold2);
44 
46  void fillWhPlot(MonitorElement *plot,int sect,int stat, float value, bool lessIsBest = true);
47 
48  void bookCmsHistos1d(std::string hTag, std::string folder="");
49 
52  double validRange;
54 
55 };
56 
57 #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:41