CMS 3D CMS Logo

CSCDCCFormatStatusDigi.h File Reference

#include <DataFormats/MuonDetId/interface/CSCDetId.h>
#include <vector>
#include <iostream>

Go to the source code of this file.

Classes

class  CSCDCCFormatStatusDigi
 Digi for CSC DCC/DDU Format status. More...

Functions

std::ostream & operator<< (std::ostream &o, const CSCDCCFormatStatusDigi &digi)
 needed by COBRA


Function Documentation

std::ostream& operator<< ( std::ostream &  o,
const CSCDCCFormatStatusDigi digi 
) [inline]

needed by COBRA

Definition at line 74 of file CSCDCCFormatStatusDigi.h.

References CSCDCCFormatStatusDigi::getCSCDCCExaminerInfo(), CSCDCCFormatStatusDigi::getCSCId(), CSCDCCFormatStatusDigi::getDCCNmb(), CSCDCCFormatStatusDigi::getDDUNmb(), CSCDCCFormatStatusDigi::getErInfo(), CSCDCCFormatStatusDigi::getUnpackerInfo(), and i.

00074                                                                                    {
00075   o << " " <<digi.getDCCNmb()<<" "<<digi.getDDUNmb()<<" "
00076            <<digi.getCSCDCCExaminerInfo()<<" "
00077            << digi.getUnpackerInfo()<<" "<<digi.getErInfo()<<"\n";
00078   for (size_t i = 0; i<digi.getCSCId().size(); ++i ){
00079     o <<" " <<(digi.getCSCId())[i]; }
00080   o<<"\n";
00081 
00082   return o;
00083 }


Generated on Tue Jun 9 17:51:54 2009 for CMSSW by  doxygen 1.5.4