CMS 3D CMS Logo

CSCDCCFormatStatusDigi.cc

Go to the documentation of this file.
00001 
00008 #include <DataFormats/CSCDigi/interface/CSCDCCFormatStatusDigi.h>
00009 
00010 using namespace std;
00011 
00013 void CSCDCCFormatStatusDigi::print() const {
00014 
00015  std::cout<<"DCC DDU ExamInfo UnpackInfo Error " <<getDCCNmb()<<" "
00016      <<getDDUNmb()<<" "<<getCSCDCCExaminerInfo()<<" "
00017            << getUnpackerInfo()<<" "<<getErInfo()<<"\n";
00018   for (size_t i = 0; i<getCSCId().size(); ++i ){
00019     std::cout<<" "<<(getCSCId())[i]; }
00020     std::cout<<"\n";
00021 }

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