CMS 3D CMS Logo

RegionalMuonGMTPacker.h
Go to the documentation of this file.
1 #ifndef L1T_PACKER_STAGE2_REGIONALMUONGMTPACKER_H
2 #define L1T_PACKER_STAGE2_REGIONALMUONGMTPACKER_H
3 
4 #include <vector>
5 #include <map>
10 
11 namespace l1t {
12  namespace stage2 {
13  class RegionalMuonGMTPacker : public Packer {
14  public:
15  Blocks pack(const edm::Event&, const PackerTokens*) override;
16  private:
17  typedef std::map<unsigned int, std::vector<uint32_t>> PayloadMap;
19  };
20  }
21 }
22 
23 #endif
std::map< unsigned int, std::vector< uint32_t > > PayloadMap
delete x;
Definition: CaloConfig.h:22
std::vector< Block > Blocks
Definition: Block.h:72
Blocks pack(const edm::Event &, const PackerTokens *) override
void packTF(const edm::Event &, const edm::EDGetTokenT< RegionalMuonCandBxCollection > &, Blocks &)