CMS 3D CMS Logo

CaloTowerUnpacker.h
Go to the documentation of this file.
1 #ifndef L1T_PACKER_STAGE2_CALOTOWERUNPACKER_H
2 #define L1T_PACKER_STAGE2_CALOTOWERUNPACKER_H
3 
5 
6 namespace l1t {
7  namespace stage2 {
8  class CaloTowerUnpacker : public Unpacker {
9  public:
10  bool unpack(const Block& block, UnpackerCollections* coll) override;
11  };
12  } // namespace stage2
13 } // namespace l1t
14 
15 #endif
l1t::stage2::CaloTowerUnpacker
Definition: CaloTowerUnpacker.h:8
l1t::Unpacker
Definition: Unpacker.h:11
l1t::stage2::CaloTowerUnpacker::unpack
bool unpack(const Block &block, UnpackerCollections *coll) override
Definition: CaloTowerUnpacker.cc:12
l1t
delete x;
Definition: CaloConfig.h:22
groupFilesInBlocks.block
block
Definition: groupFilesInBlocks.py:150
SiStripSourceConfigTier0_cff.stage2
stage2
Definition: SiStripSourceConfigTier0_cff.py:71
Unpacker.h
l1t::UnpackerCollections
Definition: UnpackerCollections.h:9
l1t::Block
Definition: Block.h:54