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 
10 // system include files
11 #include <memory>
12 
13 // user include files
17 
20 
22 
23 
24 #include <string>
25 
26 //
27 // class decleration
28 //
29 
31  public:
34 
35  private:
36  virtual void beginJob() ;
37  virtual void produce(edm::Event&, const edm::EventSetup&);
38  virtual void endJob() ;
39 
40  // ----------member data ---------------------------
41 
43  std::string hitProducer_;
44  std::string hitCollection_;
45  std::string reducedHitCollection_;
46  std::string DeadChannelFileName_;
47  std::vector<EBDetId> ChannelsDeadID;
49  std::string CorrectionMethod_;
50 
51 };
52 
53 
54 #endif
EcalDeadChannelRecoveryProducers(const edm::ParameterSet &)
virtual void produce(edm::Event &, const edm::EventSetup &)