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 
14 #include <memory>
15 #include <fstream>
25 
27  public:
28 
30  // JetAnalyzerBase(JetServiceProxy *theServ):theService(theServ){}
32 
34  virtual ~JetAnalyzerBase() {}
35 
37  virtual void beginJob(DQMStore * dbe)= 0;
38 
40  void analyze(const edm::Event&, const edm::EventSetup&, reco::CaloJet& caloJet){}
41 
42  // JetServiceProxy* service() {return theService;}
43 
44  private:
45  // ----------member data ---------------------------
46  // JetServiceProxy *theService;
47 };
48 #endif
Jets made from CaloTowers.
Definition: CaloJet.h:30
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.