CMS 3D CMS Logo

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