CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EcalDeadChannelRecoveryProducers.h
Go to the documentation of this file.
1 #ifndef RecoLocalCalo_EcalDeadChannelRecoveryProducers_EcalDeadChannelRecoveryProducers_HH
2 #define RecoLocalCalo_EcalDeadChannelRecoveryProducers_EcalDeadChannelRecoveryProducers_HH
3 
8 // system include files
9 #include <memory>
10 
11 // user include files
15 
18 
20 
21 
22 #include <string>
23 
24 //
25 // class decleration
26 //
27 
29  public:
32 
33  private:
34  virtual void beginJob() ;
35  virtual void produce(edm::Event&, const edm::EventSetup&);
36  virtual void endJob() ;
37 
38  // ----------member data ---------------------------
39 
45  std::vector<EBDetId> ChannelsDeadID;
48 
49 };
50 
51 
52 #endif
EcalDeadChannelRecoveryProducers(const edm::ParameterSet &)
virtual void produce(edm::Event &, const edm::EventSetup &)