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; }
18 
19  private:
20  static constexpr unsigned nWords_ = 6; // every link transmits 6 words (3 muons) per bx
21  static constexpr unsigned bxzs_enable_shift_ = 1;
22 
23  bool isKbmtf_{false};
27  bool useEmtfLooseShowers_{false};
28  };
29  } // namespace stage2
30 } // namespace l1t
31 
32 #endif
delete x;
Definition: CaloConfig.h:22
bool unpack(const Block &block, UnpackerCollections *coll) override
static constexpr unsigned bxzs_enable_shift_