CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DataCertificationJetMET.h
Go to the documentation of this file.
1 #ifndef DATACERTIFICATIONJETMET_H
2 #define DATACERTIFICATIONJETMET_H
3 
4 // author: Kenichi Hatakeyama (Rockefeller U.)
5 
6 // system include files
7 #include <memory>
8 #include <stdio.h>
9 #include <math.h>
10 #include <sstream>
11 
12 // user include files
15 
18 
24 //
25 // class decleration
26 //
27 
29  public:
32 
33  private:
34  virtual void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) ;
35 
40 
41  // ----------member data ---------------------------
42 
45  int verbose_;
46  bool InMemory_;
47  bool isData;
50 
52 
65 
66  bool jetTests[5][2]; //one for each type of jet certification/test type
67  bool metTests[5][2]; //one for each type of met certification/test type
68 
69 };
70 
71 #endif
MonitorElement * CertificationSummaryMap
edm::Service< TFileService > fs_
MonitorElement * CertificationSummary
virtual void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &)
DataCertificationJetMET(const edm::ParameterSet &)