CMS 3D CMS Logo

OmtfDtUnpacker.h
Go to the documentation of this file.
1 #ifndef EventFilter_L1TRawToDigi_Omtf_DtUnpacker_H
2 #define EventFilter_L1TRawToDigi_Omtf_DtUnpacker_H
3 
4 #include <string>
5 
6 
10 
11 namespace omtf {
12 
13 class DtDataWord64;
14 
15 class DtUnpacker {
16 
17 public:
18 
19  void unpack(unsigned int fed, unsigned int amc, const DtDataWord64 &raw, std::vector<L1MuDTChambPhDigi> & phi_Container, std::vector<L1MuDTChambThDigi> & the_Container);
20 
21 };
22 
23 }
24 #endif
25 
void unpack(unsigned int fed, unsigned int amc, const DtDataWord64 &raw, std::vector< L1MuDTChambPhDigi > &phi_Container, std::vector< L1MuDTChambThDigi > &the_Container)
Definition: AMCSpec.h:8