CMS 3D CMS Logo

OmtfDtPacker.h
Go to the documentation of this file.
1 #ifndef EventFilter_L1TRawToDigi_Omtf_DtPacker_H
2 #define EventFilter_L1TRawToDigi_Omtf_DtPacker_H
3 
4 #include <string>
5 
8 
10 
11 namespace omtf {
12 
13 class DtPacker {
14 
15 public:
16 
17  void pack(const L1MuDTChambPhContainer* phCont, const L1MuDTChambThContainer* thCont, FedAmcRawsMap & raws);
18 
19 private:
20 };
21 }
22 #endif
std::map< std::pair< unsigned int, unsigned int >, std::vector< Word64 > > FedAmcRawsMap
void pack(const L1MuDTChambPhContainer *phCont, const L1MuDTChambThContainer *thCont, FedAmcRawsMap &raws)
Definition: OmtfDtPacker.cc:8