CMS 3D CMS Logo

BMTFPackerOutput.h
Go to the documentation of this file.
3 
6 
8 #include "BMTFTokens.h"
9 
10 namespace l1t {
11  namespace stage2 {
12  class BMTFPackerOutput : public Packer {
13  public:
14  Blocks pack(const edm::Event&, const PackerTokens*) override;
15  void setKalmanAlgoTrue() { isKalman_ = true; };
16 
17  private:
18  std::map<unsigned int, std::vector<uint32_t> > payloadMap_;
19 
20  bool isKalman_{false};
21  };
22  } // namespace stage2
23 } // namespace l1t
Blocks pack(const edm::Event &, const PackerTokens *) override
delete x;
Definition: CaloConfig.h:22
std::vector< Block > Blocks
Definition: Block.h:99
std::map< unsigned int, std::vector< uint32_t > > payloadMap_