CMS 3D CMS Logo

CSCDDUStatusDigi.cc

Go to the documentation of this file.
00001 
00009 #include <DataFormats/CSCDigi/interface/CSCDDUStatusDigi.h>
00010 
00011 using namespace std;
00012 
00013 CSCDDUStatusDigi::CSCDDUStatusDigi(const uint16_t * header, const uint16_t * trailer)
00014 {
00015   uint16_t headerSizeInBytes =24;
00016   uint16_t trailerSizeInBytes =24;
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