CMS 3D CMS Logo

Functions
ME0Digi.cc File Reference
#include "DataFormats/GEMDigi/interface/ME0Digi.h"
#include <iostream>

Go to the source code of this file.

Functions

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

Function Documentation

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

Definition at line 32 of file ME0Digi.cc.

References ME0Digi::bx(), and ME0Digi::strip().

33 {
34  return o << " strip: " << digi.strip() << " bx: " << digi.bx();
35 }
int strip() const
Definition: ME0Digi.h:26
int bx() const
Definition: ME0Digi.h:27