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 
26 
28 {
29 public:
30  explicit HcalHistogramRawToDigi(const edm::ParameterSet& ps);
31  virtual ~HcalHistogramRawToDigi();
32  virtual void produce(edm::Event& e, const edm::EventSetup& c);
33 private:
36  std::vector<int> fedUnpackList_;
37  int firstFED_;
38 };
39 
40 #endif
edm::EDGetTokenT< FEDRawDataCollection > tok_data_
std::vector< int > fedUnpackList_
virtual void produce(edm::Event &e, const edm::EventSetup &c)
HcalHistogramRawToDigi(const edm::ParameterSet &ps)