CMS 3D CMS Logo

Classes | Functions
CSCDCCStatusDigi.h File Reference
#include <vector>
#include <iosfwd>
#include <cstdint>

Go to the source code of this file.

Classes

class  CSCDCCStatusDigi
 

Functions

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

Function Documentation

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

Definition at line 35 of file CSCDCCStatusDigi.cc.

References connectstrParser::o.

35  {
36  o << " ";
37  o <<"\n";
38 
39  return o;
40 }