CMS 3D CMS Logo

CSCDMBStatusDigi.cc

Go to the documentation of this file.
00001 
00009 #include <DataFormats/CSCDigi/interface/CSCDMBStatusDigi.h>
00010 
00011 using namespace std;
00012 
00013 CSCDMBStatusDigi::CSCDMBStatusDigi(const uint16_t * header, const uint16_t * trailer)
00014 {
00015   uint16_t headerSizeInBytes =16;
00016   uint16_t trailerSizeInBytes =16;
00017   memcpy(header_, header, headerSizeInBytes);
00018   memcpy(trailer_, trailer, trailerSizeInBytes);
00019 }

Generated on Tue Jun 9 17:30:40 2009 for CMSSW by  doxygen 1.5.4