CMS 3D CMS Logo

HFRingPacker.h
Go to the documentation of this file.
1 #ifndef L1T_PACKER_STAGE1_HFRINGPACKER_H
2 #define L1T_PACKER_STAGE1_HFRINGPACKER_H
3 
5 
6 namespace l1t {
7  namespace stage1 {
8  class HFRingPacker : public Packer {
9  public:
10  Blocks pack(const edm::Event&, const PackerTokens*) override;
11  };
12  } // namespace stage1
13 } // namespace l1t
14 
15 #endif
l1t::Blocks
std::vector< Block > Blocks
Definition: Block.h:99
l1t
delete x;
Definition: CaloConfig.h:22
l1t::stage1::HFRingPacker::pack
Blocks pack(const edm::Event &, const PackerTokens *) override
Definition: HFRingPacker.cc:9
l1t::PackerTokens
Definition: PackerTokens.h:10
Packer.h
edm::Event
Definition: Event.h:73
l1t::stage1::HFRingPacker
Definition: HFRingPacker.h:8
l1t::Packer
Definition: Packer.h:14