CMS 3D CMS Logo

MPUnpacker_0x1001000b.h
Go to the documentation of this file.
1 #ifndef L1T_PACKER_STAGE2_MPUNPACKER_0X1001000B_H
2 #define L1T_PACKER_STAGE2_MPUNPACKER_0X1001000B_H
3 
5 
6 namespace l1t {
7  namespace stage2 {
8  class MPUnpacker_0x1001000b : public Unpacker {
9  public:
10  enum { BLK_TOT_POS = 123, BLK_X_POS = 121, BLK_Y_POS = 127, BLK_TOT_NEG = 125, BLK_X_NEG = 131, BLK_Y_NEG = 129 };
11  bool unpack(const Block& block, UnpackerCollections* coll) override;
12 
13  private:
14  int etaSign(int blkId);
15  };
16  } // namespace stage2
17 } // namespace l1t
18 
19 #endif
delete x;
Definition: CaloConfig.h:22
bool unpack(const Block &block, UnpackerCollections *coll) override