CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ProducerAnalyzer.h
Go to the documentation of this file.
1 #ifndef CalibrationHcalAlCaRecoProducersProducerAnalyzer_h
2 #define CalibrationHcalAlCaRecoProducersProducerAnalyzer_h
3 
4 // system include files
5 #include <memory>
6 #include <string>
7 #include <iostream>
8 
9 // user include files
17 
18 namespace edm {
19  class ParameterSet;
20  class Event;
21  class EventSetup;
22 }
23 
24 namespace cms
25 {
26 
27 //
28 // class declaration
29 //
30 
32  public:
33  explicit ProducerAnalyzer(const edm::ParameterSet&);
35 
36  virtual void analyze(const edm::Event&, const edm::EventSetup&);
37  virtual void beginJob() ;
38  virtual void endJob() ;
39 
40  private:
41  // ----------member data ---------------------------
42  std::string nameProd_;
43  std::string jetCalo_;
44  std::string gammaClus_;
45  std::string ecalInput_;
46  std::string hbheInput_;
47  std::string hoInput_;
48  std::string hfInput_;
49  std::string Tracks_;
50 };
51 }// end namespace cms
52 #endif
ProducerAnalyzer(const edm::ParameterSet &)
virtual void analyze(const edm::Event &, const edm::EventSetup &)