CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PlotEcalRecHits.h
Go to the documentation of this file.
1 #ifndef _ChargedHadronSpectra_PlotEcalRecHits_h_
2 #define _ChargedHadronSpectra_PlotEcalRecHits_h_
3 
4 #include <fstream>
5 
6 namespace edm { class Event; class EventSetup; }
7 class CaloCellGeometry;
8 class CaloGeometry;
9 
11 {
12  public:
13  explicit PlotEcalRecHits(const edm::EventSetup & es, std::ofstream & file_);
15 
16  void printEcalRecHits(const edm::Event& ev);
17 
18  private:
19  void printEcalRecHit (const CaloCellGeometry* cell, float energy);
20 
21  std::ofstream & file;
23 };
24 
25 #endif
const CaloGeometry * theCaloGeometry
void printEcalRecHit(const CaloCellGeometry *cell, float energy)
PlotEcalRecHits(const edm::EventSetup &es, std::ofstream &file_)
std::ofstream & file
void printEcalRecHits(const edm::Event &ev)