File indexing completed on 2023-03-17 10:59:58
0001 #ifndef EventFilter_L1TRawToDigi_Omtf_DtPacker_H
0002 #define EventFilter_L1TRawToDigi_Omtf_DtPacker_H
0003
0004 #include <string>
0005
0006 #include "DataFormats/L1DTTrackFinder/interface/L1MuDTChambPhContainer.h"
0007 #include "DataFormats/L1DTTrackFinder/interface/L1MuDTChambThContainer.h"
0008
0009 #include "DataFormats/L1TMuon/interface/OMTF/OmtfDataWord64.h"
0010
0011 namespace omtf {
0012
0013 class DtPacker {
0014 public:
0015 void pack(const L1MuDTChambPhContainer* phCont, const L1MuDTChambThContainer* thCont, FedAmcRawsMap& raws);
0016
0017 private:
0018 };
0019 }
0020 #endif