CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PFJetDQMAnalyzer.h
Go to the documentation of this file.
1 #ifndef __DQMOffline_PFTau_PFJetDQMAnalyzer__
2 #define __DQMOffline_PFTau_PFJetDQMAnalyzer__
3 
7 
9 
11 
12 
14  public:
15 
16  PFJetDQMAnalyzer(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 
33 };
34 
35 #endif
void storeBadEvents(edm::Event const &, float &val)
edm::InputTag inputLabel_
PFJetMonitor pfJetMonitor_
std::string benchmarkLabel_
edm::ParameterSet pSet_
edm::InputTag matchLabel_
void analyze(edm::Event const &, edm::EventSetup const &)
PFJetDQMAnalyzer(const edm::ParameterSet &parameterSet)