CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
MissHtUnpacker.h
Go to the documentation of this file.
1 #ifndef L1T_PACKER_STAGE1_MISSHTUNPACKER_H
2 #define L1T_PACKER_STAGE1_MISSHTUNPACKER_H
3 
5 
6 namespace l1t {
7  namespace stage1 {
8  class MissHtUnpacker : public Unpacker {
9  public:
10  bool unpack(const Block& block, UnpackerCollections* coll) override;
11  };
12  } // namespace stage1
13 } // namespace l1t
14 
15 #endif
bool unpack(const Block &block, UnpackerCollections *coll) override