CMS 3D CMS Logo

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