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  private:
13  int etaSign(int blkId);
14  };
15  }
16 }
17 
18 #endif
delete x;
Definition: CaloConfig.h:22
JetCorrectorParametersCollection coll
Definition: classes.h:10
bool unpack(const Block &block, UnpackerCollections *coll) override