CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EcalChannelKiller.h
Go to the documentation of this file.
1 #ifndef RecoCaloTools_EcalChannelKiller_EcalChannelKiller_HH
2 #define RecoCaloTools_EcalChannelKiller_EcalChannelKiller_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:
32  explicit EcalChannelKiller(const edm::ParameterSet&);
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  std::string hitProducer_;
42  std::string hitCollection_;
43  std::string reducedHitCollection_;
44  std::string DeadChannelFileName_;
45  std::vector<EBDetId> ChannelsDeadID;
46 };
47 
48 
49 #endif
virtual void endJob()
std::vector< EBDetId > ChannelsDeadID
std::string DeadChannelFileName_
virtual void beginJob()
std::string hitCollection_
std::string hitProducer_
virtual void produce(edm::Event &, const edm::EventSetup &)
std::string reducedHitCollection_
EcalChannelKiller(const edm::ParameterSet &)