CMS 3D CMS Logo

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