CMS 3D CMS Logo

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

Go to the source code of this file.

Classes

class  CSCDMBStatusDigi
 

Functions

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

Function Documentation

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

Definition at line 19 of file CSCDMBStatusDigi.cc.

References connectstrParser::o.

19  {
20  o << " ";
21  o << "\n";
22 
23  return o;
24 }