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 }