CMS 3D CMS Logo

OmtfMuonUnpacker.h
Go to the documentation of this file.
1 #ifndef EventFilter_L1TRawToDigi_Omtf_MuonUnpacker_H
2 #define EventFilter_L1TRawToDigi_Omtf_MuonUnpacker_H
3 
4 #include <string>
5 
9 
10 namespace omtf {
11  class MuonDataWord64;
12 }
13 
14 namespace omtf {
15 
16  class MuonUnpacker {
17  public:
18  void unpack(unsigned int fed,
19  unsigned int amc,
20  const MuonDataWord64 &raw,
22  };
23 
24 } // namespace omtf
25 #endif
Definition: AMCSpec.h:8
void unpack(unsigned int fed, unsigned int amc, const MuonDataWord64 &raw, l1t::RegionalMuonCandBxCollection *muColl)