CMS 3D CMS Logo

BMTFPackerOutput.h
Go to the documentation of this file.
2 
5 
7 #include "BMTFTokens.h"
8 
9 namespace l1t {
10  namespace stage2 {
11  class BMTFPackerOutput : public Packer
12  {
13  public:
14  Blocks pack(const edm::Event&, const PackerTokens*) override;
15  private:
16  std::map<unsigned int, std::vector<uint32_t> > payloadMap_;
17 
18  };
19  }
20 }
Blocks pack(const edm::Event &, const PackerTokens *) override
delete x;
Definition: CaloConfig.h:22
std::vector< Block > Blocks
Definition: Block.h:72
std::map< unsigned int, std::vector< uint32_t > > payloadMap_