CMS 3D CMS Logo

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

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 31 of file CSCDDUStatusDigi.cc.

References connectstrParser::o.

31  {
32  o << " ";
33  o << "\n";
34 
35  return o;
36 }