CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
JetAnalyzerBase.h
Go to the documentation of this file.
1 #ifndef JetAnalyzerBase_H
2 #define JetAnalyzerBase_H
3 
12 #include <memory>
13 #include <fstream>
23 
25  public:
26 
28  // JetAnalyzerBase(JetServiceProxy *theServ):theService(theServ){}
30 
32  virtual ~JetAnalyzerBase() {}
33 
35  virtual void beginJob(DQMStore * dbe)= 0;
36 
38  void analyze(const edm::Event&, const edm::EventSetup&, reco::CaloJet& caloJet){}
39 
40  // JetServiceProxy* service() {return theService;}
41 
42  private:
43  // ----------member data ---------------------------
44  // JetServiceProxy *theService;
45 };
46 #endif
Jets made from CaloTowers.
Definition: CaloJet.h:29
void analyze(const edm::Event &, const edm::EventSetup &, reco::CaloJet &caloJet)
Get the analysis of the muon properties.
virtual ~JetAnalyzerBase()
Destructor.
virtual void beginJob(DQMStore *dbe)=0
Inizialize parameters for histo binning.
JetAnalyzerBase()
Constructor.