CMS 3D CMS Logo

Unpacker.h
Go to the documentation of this file.
1 #ifndef EventFilter_L1TRawToDigi_Unpacker_h
2 #define EventFilter_L1TRawToDigi_Unpacker_h
3 
5 
6 namespace l1t {
7  class UnpackerCollections;
8 
9  void getBXRange(int nbx, int& first, int& last);
10 
11  class Unpacker {
12  public:
13  virtual bool unpack(const Block& block, UnpackerCollections *coll) = 0;
14  virtual ~Unpacker() = default;
15  };
16 }
17 
18 #endif
void getBXRange(int nbx, int &first, int &last)
delete x;
Definition: CaloConfig.h:22
virtual bool unpack(const Block &block, UnpackerCollections *coll)=0
JetCorrectorParametersCollection coll
Definition: classes.h:10
virtual ~Unpacker()=default