CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PFMETDQMAnalyzer.h
Go to the documentation of this file.
1 #ifndef __DQMOffline_PFTau_PFMETDQMAnalyzer__
2 #define __DQMOffline_PFTau_PFMETDQMAnalyzer__
3 
7 
9 
11 
12 
14  public:
15 
16  PFMETDQMAnalyzer(const edm::ParameterSet& parameterSet);
17 
18  private:
19  void analyze(edm::Event const&, edm::EventSetup const&);
20  void beginJob() ;
21  void endJob();
22 
23  void storeBadEvents(edm::Event const&, float& val);
24 
27  std::string benchmarkLabel_;
28 
30 
32 
34 };
35 
36 #endif
void analyze(edm::Event const &, edm::EventSetup const &)
edm::InputTag inputLabel_
edm::InputTag matchLabel_
PFMETMonitor pfMETMonitor_
std::string benchmarkLabel_
void storeBadEvents(edm::Event const &, float &val)
edm::ParameterSet pSet_
PFMETDQMAnalyzer(const edm::ParameterSet &parameterSet)