CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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  void setIsKbmtf() { isKbmtf_ = true; };
18 
19  private:
20  typedef std::map<unsigned int, std::vector<uint32_t>> PayloadMap;
22 
23  bool isKbmtf_{false};
25  };
26  } // namespace stage2
27 } // namespace l1t
28 
29 #endif
std::map< unsigned int, std::vector< uint32_t > > PayloadMap
std::vector< Block > Blocks
Definition: Block.h:99
Blocks pack(const edm::Event &, const PackerTokens *) override
void packTF(const edm::Event &, const edm::EDGetTokenT< RegionalMuonCandBxCollection > &, Blocks &)