CMS 3D CMS Logo

EtSumUnpacker_0x10010057.h
Go to the documentation of this file.
1 #ifndef L1T_PACKER_STAGE2_ETSUMUNPACKER_0X10010057_H
2 #define L1T_PACKER_STAGE2_ETSUMUNPACKER_0X10010057_H
3 
5 
6 namespace l1t {
7  namespace stage2 {
9  public:
12 
13  bool unpack(const Block& block, UnpackerCollections* coll) override;
14 
15  inline void setEtSumCopy(const unsigned int copy) override { EtSumCopy_ = copy; };
16 
17  private:
18  unsigned int EtSumCopy_;
19  };
20  } // namespace stage2
21 } // namespace l1t
22 
23 #endif
delete x;
Definition: CaloConfig.h:22
void setEtSumCopy(const unsigned int copy) override
bool unpack(const Block &block, UnpackerCollections *coll) override