CMS 3D CMS Logo

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

Go to the source code of this file.

Classes

class  CSCTMBStatusDigi
 

Functions

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

Function Documentation

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

Definition at line 20 of file CSCTMBStatusDigi.cc.

References connectstrParser::o.

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