CMS 3D CMS Logo

IntermediateMuonUnpacker.h
Go to the documentation of this file.
1 #ifndef EventFilter_L1TRawToDigi_stage2_IntermediateMuonUnpacker_h
2 #define EventFilter_L1TRawToDigi_stage2_IntermediateMuonUnpacker_h
3 
5 #include <map>
7 
8 namespace l1t {
9  namespace stage2 {
11  public:
14 
15  bool unpack(const Block& block, UnpackerCollections *coll) override;
16 
17  private:
18  static constexpr unsigned nWords_ = 6; // every link transmits 6 words (3 muons) per bx
19  static constexpr unsigned bxzs_enable_shift_ = 1;
20 
23  unsigned int coll1Cnt_;
24 
25  void unpackBx(int bx, const std::vector<uint32_t>& payload, unsigned int startIdx=0);
26  };
27  }
28 }
29 
30 #endif
void unpackBx(int bx, const std::vector< uint32_t > &payload, unsigned int startIdx=0)
delete x;
Definition: CaloConfig.h:22
#define constexpr
bool unpack(const Block &block, UnpackerCollections *coll) override
JetCorrectorParametersCollection coll
Definition: classes.h:10