CMS 3D CMS Logo

CICADAUnpacker.h
Go to the documentation of this file.
1 #ifndef EventFilter_L1TRawToDigi_CICADAUnpacker_h
2 #define EventFilter_L1TRawToDigi_CICADAUnpacker_h
3 
6 
7 namespace l1t {
8  namespace stage2 {
9  class CICADAUnpacker : public Unpacker {
10  public:
11  bool unpack(const Block& block, UnpackerCollections* coll) override;
12 
13  private:
14  static constexpr unsigned int caloCrateCicadaBitsPattern = 0xF0000000; //first 4 bits of the words are CICADA
15  };
16  } // namespace stage2
17 } // namespace l1t
18 
19 #endif
delete x;
Definition: CaloConfig.h:22
static constexpr unsigned int caloCrateCicadaBitsPattern
bool unpack(const Block &block, UnpackerCollections *coll) override