CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CaloTowersExample.h
Go to the documentation of this file.
1 #ifndef RecoExamples_CaloTowersExample_h
2 #define RecoExamples_CaloTowersExample_h
3 #include <TH1.h>
4 /* \class CaloTowersExample
5  *
6  * \author Robert Harris
7  *
8  * \version 1
9  *
10  */
12 
13 class TFile;
14 
16 public:
18 
19 private:
20  void beginJob( );
21  void analyze( const edm::Event& , const edm::EventSetup& );
22  void endJob();
24  TH1F h_et;
25  TFile* m_file;
26 };
27 
28 #endif
std::string CaloTowersAlgorithm
CaloTowersExample(const edm::ParameterSet &)
void analyze(const edm::Event &, const edm::EventSetup &)