CMS 3D CMS Logo

HcalTBSlowDataUnpacker.h
Go to the documentation of this file.
1 /* -*- C++ -*- */
2 #ifndef HcalTBSlowDataUnpacker_h_included
3 #define HcalTBSlowDataUnpacker_h_included 1
4 
8 
9 #include <map>
10 #include <string>
11 
12 namespace hcaltb {
32  public:
34 
35  void unpack(const FEDRawData& raw, HcalTBRunData& htbrd, HcalTBEventPosition& htbep) const;
36 
37  void unpackMaps(const FEDRawData& raw,
38  std::map<std::string, std::string>& strings,
39  std::map<std::string, double>& numerics) const;
40 
41  static const int STANDARD_FED_ID = 3;
42  static const int SIPM_CAL_FED_ID = 11;
43  };
44 } // namespace hcaltb
45 
46 #endif // HcalTBSlowDataUnpacker_h_included
void unpackMaps(const FEDRawData &raw, std::map< std::string, std::string > &strings, std::map< std::string, double > &numerics) const
void unpack(const FEDRawData &raw, HcalTBRunData &htbrd, HcalTBEventPosition &htbep) const
Unpacks "SlowData" packages used for SiPM calibration and other purposes in HCAL Local DAQ...