CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HcalTBTriggerDataUnpacker.h
Go to the documentation of this file.
1 /* -*- C++ -*- */
2 #ifndef HcalTBTriggerDataUnpacker_h_included
3 #define HcalTBTriggerDataUnpacker_h_included 1
4 
7 
8 namespace hcaltb {
10  public:
12 
13  void unpack(const FEDRawData& raw, HcalTBTriggerData& htbtd) const;
14  static const int STANDARD_FED_ID=1;
15  };
16 }
17 
18 #endif // HcalTBTriggerDataUnpacker_h_included
void unpack(const FEDRawData &raw, HcalTBTriggerData &htbtd) const