CMS 3D CMS Logo

EtSumUnpacker.h
Go to the documentation of this file.
1 #ifndef L1T_PACKER_STAGE2_ETSUMUNPACKER_H
2 #define L1T_PACKER_STAGE2_ETSUMUNPACKER_H
3 
5 
6 namespace l1t {
7  namespace stage2 {
8  class EtSumUnpacker : public Unpacker {
9  public:
10  EtSumUnpacker();
11  ~EtSumUnpacker() override {};
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
bool unpack(const Block &block, UnpackerCollections *coll) override
JetCorrectorParametersCollection coll
Definition: classes.h:10
void setEtSumCopy(const unsigned int copy)
Definition: EtSumUnpacker.h:15