CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HcalHistogramRawToDigi.h
Go to the documentation of this file.
1 #ifndef HcalHistogramRawToDigi_h
2 #define HcalHistogramRawToDigi_h
3 
20 
23 
25 
27 {
28 public:
29  explicit HcalHistogramRawToDigi(const edm::ParameterSet& ps);
30  virtual ~HcalHistogramRawToDigi();
31  virtual void produce(edm::Event& e, const edm::EventSetup& c);
32 private:
35  std::vector<int> fedUnpackList_;
36  int firstFED_;
37 };
38 
39 #endif
std::vector< int > fedUnpackList_
virtual void produce(edm::Event &e, const edm::EventSetup &c)
HcalHistogramRawToDigi(const edm::ParameterSet &ps)