CMS 3D CMS Logo

Classes | Functions

/data/refman/pasoursint/CMSSW_5_3_9_patch3/src/DataFormats/CSCDigi/interface/CSCDDUStatusDigi.h File Reference

#include <vector>
#include <iosfwd>
#include <stdint.h>

Go to the source code of this file.

Classes

class  CSCDDUStatusDigi

Functions

std::ostream & operator<< (std::ostream &o, const CSCDDUStatusDigi &digi)

Function Documentation

std::ostream& operator<< ( std::ostream &  o,
const CSCDDUStatusDigi digi 
)

Definition at line 33 of file CSCDDUStatusDigi.cc.

References python::connectstrParser::o.

                                                                      {
  o << " "; 
  o <<"\n";
 
  return o;
}