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 
6 
10 
11 namespace omtf { class MuonDataWord64; }
12 
13 namespace omtf {
14 
15 class MuonUnpacker {
16 
17 public:
18 
19  void unpack(unsigned int fed, unsigned int amc, const MuonDataWord64 &raw, l1t::RegionalMuonCandBxCollection * muColl);
20 
21 };
22 
23 }
24 #endif
25 
Definition: AMCSpec.h:8
void unpack(unsigned int fed, unsigned int amc, const MuonDataWord64 &raw, l1t::RegionalMuonCandBxCollection *muColl)