CMS 3D CMS Logo

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