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 
9 
10 namespace omtf {
11 
12  class DtDataWord64;
13 
14  class DtUnpacker {
15  public:
16  void unpack(unsigned int fed,
17  unsigned int amc,
18  const DtDataWord64 &raw,
19  std::vector<L1MuDTChambPhDigi> &phi_Container,
20  std::vector<L1MuDTChambThDigi> &the_Container);
21  };
22 
23 } // namespace omtf
24 #endif
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