CMS 3D CMS Logo

RegionalMuonGMTUnpacker.h
Go to the documentation of this file.
1 #ifndef L1T_PACKER_STAGE2_REGIONALMUONGMTUNPACKER_H
2 #define L1T_PACKER_STAGE2_REGIONALMUONGMTUNPACKER_H
3 
6 #include "GMTCollections.h"
7 
8 namespace l1t {
9  namespace stage2 {
11  public:
12  bool unpack(const Block& block, UnpackerCollections* coll) override;
13  void setIsKbmtf() { isKbmtf_ = true; }
17 
18  private:
19  static constexpr unsigned nWords_ = 6; // every link transmits 6 words (3 muons) per bx
20  static constexpr unsigned bxzs_enable_shift_ = 1;
21 
22  bool isKbmtf_{false};
25  bool useEmtfLooseShowers_{false};
26  };
27  } // namespace stage2
28 } // namespace l1t
29 
30 #endif
delete x;
Definition: CaloConfig.h:22
bool unpack(const Block &block, UnpackerCollections *coll) override
static constexpr unsigned bxzs_enable_shift_