CMS 3D CMS Logo

EGammaUnpacker.h
Go to the documentation of this file.
1 #ifndef L1T_PACKER_STAGE2_EGAMMAUNPACKER_H
2 #define L1T_PACKER_STAGE2_EGAMMAUNPACKER_H
3 
5 
6 namespace l1t {
7  namespace stage2 {
8  class EGammaUnpacker : public Unpacker {
9  public:
11  ~EGammaUnpacker() override {};
12 
13  bool unpack(const Block& block, UnpackerCollections *coll) override;
14 
15  inline void setEGammaCopy(const unsigned int copy) { EGammaCopy_ = copy; };
16 
17  private:
18  unsigned int EGammaCopy_;
19  };
20  }
21 }
22 
23 #endif
def copy(args, dbName)
delete x;
Definition: CaloConfig.h:22
void setEGammaCopy(const unsigned int copy)
JetCorrectorParametersCollection coll
Definition: classes.h:10
bool unpack(const Block &block, UnpackerCollections *coll) override