CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
AlCaDiJetsProducer.h
Go to the documentation of this file.
1 #ifndef AlCaDiJetsProducer_h
2 #define AlCaDiJetsProducer_h
3 
4 
5 // -*- C++ -*-
6 
7 
8 // system include files
9 #include <memory>
10 #include <string>
11 // user include files
19 
23 
25 
26 //
27 // class declaration
28 //
29 namespace edm {
30  class ParameterSet;
31  class Event;
32  class EventSetup;
33 }
34 
35 namespace cms
36 {
37 
39  public:
40  explicit AlCaDiJetsProducer(const edm::ParameterSet&);
42 
43  virtual void beginJob() ;
44 
45  virtual void produce(edm::Event &, const edm::EventSetup&);
46  private:
47  // ----------member data ---------------------------
49  std::vector<edm::InputTag> ecalLabels_;
53 
55 
56 };
57 }// end namespace cms
58 #endif
std::vector< edm::InputTag > ecalLabels_
virtual void produce(edm::Event &, const edm::EventSetup &)
AlCaDiJetsProducer(const edm::ParameterSet &)