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  }
13 }
14 
15 #endif
delete x;
Definition: CaloConfig.h:22
std::vector< Block > Blocks
Definition: Block.h:72
Blocks pack(const edm::Event &, const PackerTokens *) override
Definition: HFRingPacker.cc:10