CMS 3D CMS Logo

LegacyPhysCandUnpacker.h
Go to the documentation of this file.
1 #ifndef L1T_PACKER_STAGE1_LEGACYPHYSCANDUNPACKER_H
2 #define L1T_PACKER_STAGE1_LEGACYPHYSCANDUNPACKER_H
3 
5 
6 namespace l1t {
7  namespace stage1 {
8  namespace legacy {
9  class IsoEGammaUnpacker : public Unpacker {
10  public:
11  virtual bool unpack(const Block& block, UnpackerCollections *coll) override;
12  };
13 
14  class NonIsoEGammaUnpacker : public Unpacker {
15  public:
16  virtual bool unpack(const Block& block, UnpackerCollections *coll) override;
17  };
18 
19  class CentralJetUnpacker : public Unpacker {
20  public:
21  virtual bool unpack(const Block& block, UnpackerCollections *coll) override;
22  };
23 
24  class ForwardJetUnpacker : public Unpacker {
25  public:
26  virtual bool unpack(const Block& block, UnpackerCollections *coll) override;
27  };
28 
29  class TauUnpacker : public Unpacker {
30  public:
31  virtual bool unpack(const Block& block, UnpackerCollections *coll) override;
32  };
33 
34  class IsoTauUnpacker : public Unpacker {
35  public:
36  virtual bool unpack(const Block& block, UnpackerCollections *coll) override;
37  };
38  }
39  }
40 }
41 
42 #endif
delete x;
Definition: CaloConfig.h:22
JetCorrectorParametersCollection coll
Definition: classes.h:10
virtual bool unpack(const Block &block, UnpackerCollections *coll) override