CMS 3D CMS Logo

RCTEmRegionUnpacker.h
Go to the documentation of this file.
1 #ifndef L1T_PACKER_STAGE1_RCTUNPACKER_H
2 #define L1T_PACKER_STAGE1_RCTUNPACKER_H
3 
5 
6 namespace l1t {
7  namespace stage1 {
8  class RCTEmRegionUnpacker : public Unpacker {
9  public:
10  bool unpack(const Block& block, UnpackerCollections* coll) override;
11 
12  private:
13  unsigned int counter_ = 0;
14  };
15  } // namespace stage1
16 } // namespace l1t
17 
18 #endif
delete x;
Definition: CaloConfig.h:22
bool unpack(const Block &block, UnpackerCollections *coll) override