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) { EtSumCopy_ = copy; };
16 
17  private:
18  unsigned int EtSumCopy_;
19  };
20  }
21 }
22 
23 #endif
def copy(args, dbName)
delete x;
Definition: CaloConfig.h:22
JetCorrectorParametersCollection coll
Definition: classes.h:10
bool unpack(const Block &block, UnpackerCollections *coll) override
void setEtSumCopy(const unsigned int copy)