CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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();
19  void analyze( const edm::Event& , const edm::EventSetup& );
20  void endJob();
22  //Internal parameters
23  int evtCount;
24 };
25 
26 #endif
SimpleJetDump(const edm::ParameterSet &)
std::string CaloJetAlg
Definition: SimpleJetDump.h:21
void analyze(const edm::Event &, const edm::EventSetup &)
std::string GenJetAlg
Definition: SimpleJetDump.h:21