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

References connectstrParser::o.

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