Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:10:47

0001 #ifndef EventFilter_L1TRawToDigi_Omtf_MuonUnpacker_H
0002 #define EventFilter_L1TRawToDigi_Omtf_MuonUnpacker_H
0003 
0004 #include <string>
0005 
0006 #include "DataFormats/L1TMuon/interface/OMTF/OmtfDataWord64.h"
0007 #include "DataFormats/L1TMuon/interface/RegionalMuonCand.h"
0008 #include "DataFormats/L1TMuon/interface/RegionalMuonCandFwd.h"
0009 
0010 namespace omtf {
0011   class MuonDataWord64;
0012 }
0013 
0014 namespace omtf {
0015 
0016   class MuonUnpacker {
0017   public:
0018     void unpack(unsigned int fed,
0019                 unsigned int amc,
0020                 const MuonDataWord64 &raw,
0021                 l1t::RegionalMuonCandBxCollection *muColl);
0022   };
0023 
0024 }  // namespace omtf
0025 #endif