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 namespace l1t {
5  namespace stage2 {
6  class RegionalMuonGMTPacker : public Packer {
7  public:
8  Blocks pack(const edm::Event&, const PackerTokens*) override;
9  private:
10  typedef std::map<unsigned int, std::vector<uint32_t>> PayloadMap;
12  };
13  }
14 }
15 
16 #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 &)