CMS 3D CMS Logo

SimpleJetDump.h
Go to the documentation of this file.
1 #ifndef RecoExamples_SimpleJetDump_h
2 #define RecoExamples_SimpleJetDump_h
3 #include <TH1.h>
4 /* \class SimpleJetDump
5  *
6  * \author Robert Harris
7  *
8  * \version 1
9  *
10  */
12 
14 public:
16 
17 private:
18  void beginJob() override;
19  void analyze(const edm::Event&, const edm::EventSetup&) override;
20  void endJob() override;
22  //Internal parameters
23  int evtCount;
24 };
25 
26 #endif
void analyze(const edm::Event &, const edm::EventSetup &) override
SimpleJetDump(const edm::ParameterSet &)
std::string CaloJetAlg
Definition: SimpleJetDump.h:21
void beginJob() override
std::string GenJetAlg
Definition: SimpleJetDump.h:21
void endJob() override