CMS 3D CMS Logo

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
l1t::stage1::legacy::HFRingUnpacker
Definition: LegacyHFRingUnpacker.h:9
l1t::Unpacker
Definition: Unpacker.h:11
l1t
delete x;
Definition: CaloConfig.h:22
groupFilesInBlocks.block
block
Definition: groupFilesInBlocks.py:150
Unpacker.h
l1t::UnpackerCollections
Definition: UnpackerCollections.h:9
l1t::Block
Definition: Block.h:70
l1t::stage1::legacy::HFRingUnpacker::unpack
bool unpack(const Block &block, UnpackerCollections *coll) override
Definition: LegacyHFRingUnpacker.cc:10