CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PFJetAnalyzerBase.h
Go to the documentation of this file.
1 #ifndef PFJetAnalyzerBase_H
2 #define PFJetAnalyzerBase_H
3 
14 #include <memory>
15 #include <fstream>
23 //#include "DataFormats/JetReco/interface/CaloJetCollection.h"
25 
27  public:
28 
31 
33  virtual ~PFJetAnalyzerBase() {}
34 
36  virtual void beginJob(DQMStore * dbe)= 0;
37 
40 
41 };
42 #endif
virtual void beginJob(DQMStore *dbe)=0
Inizialize parameters for histo binning.
Jets made from PFObjects.
Definition: PFJet.h:22
PFJetAnalyzerBase()
Constructor.
virtual ~PFJetAnalyzerBase()
Destructor.
void analyze(const edm::Event &, const edm::EventSetup &, reco::PFJet &jet)
Get the analysis of the muon properties.