CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EcalPreshowerRecHitsValidation.h
Go to the documentation of this file.
1 #ifndef EcalPreshowerRecHitsValidation_H
2 #define EcalPreshowerRecHitsValidation_H
3 
4 /*
5  * \file EcalPreshowerRecHitsValidation.h
6  *
7  * $Date: 2008/02/29 20:48:30 $
8  * \author C. Rovelli
9  *
10  */
11 
14 
21 
24 
28 
29 #include <iostream>
30 #include <fstream>
31 #include <vector>
32 #include <map>
34 
36 
37  public:
38 
41 
44 
45  protected:
46 
48  void analyze(const edm::Event& e, const edm::EventSetup& c);
49 
50  // BeginJob
51  void beginJob();
52 
53  // EndJob
54  void endJob(void);
55 
56  private:
57 
58  bool verbose_;
59 
61 
65 
82 
83 };
84 
85 #endif
EcalPreshowerRecHitsValidation(const edm::ParameterSet &ps)
Constructor.
void analyze(const edm::Event &e, const edm::EventSetup &c)
Analyze.