CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HcalTBObjectUnpacker.h
Go to the documentation of this file.
1 #ifndef HcalTBObjectUnpacker_h
2 #define HcalTBObjectUnpacker_h
3 
20 
24 
30 
32 
34  {
35  public:
36  explicit HcalTBObjectUnpacker(const edm::ParameterSet& ps);
37  virtual ~HcalTBObjectUnpacker();
38  virtual void produce(edm::Event& e, const edm::EventSetup& c);
39  private:
41  int sdFed_;
42  int spdFed_;
43  int tdcFed_;
44  int qadcFed_;
52 
53  std::vector<std::vector<std::string> > calibLines_;
55 
56  void parseCalib();
57 
58  };
59 
60 
61 #endif
hcaltb::HcalTBTriggerDataUnpacker tdUnpacker_
std::vector< std::vector< std::string > > calibLines_
hcaltb::HcalTBSlowDataUnpacker sdUnpacker_
hcaltb::HcalTBSourcePositionDataUnpacker spdUnpacker_
HcalTBObjectUnpacker(const edm::ParameterSet &ps)
virtual void produce(edm::Event &e, const edm::EventSetup &c)
edm::EDGetTokenT< FEDRawDataCollection > tok_raw_
hcaltb::HcalTBTDCUnpacker tdcUnpacker_
Unpacks &quot;SlowData&quot; packages used for SiPM calibration and other purposes in HCAL Local DAQ...
hcaltb::HcalTBQADCUnpacker qadcUnpacker_