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

◆ operator<<()

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

Definition at line 19 of file ME0Digi.cc.

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

19  {
20  return o << " strip: " << digi.strip() << " bx: " << digi.bx();
21 }
int strip() const
Definition: ME0Digi.h:25
int bx() const
Definition: ME0Digi.h:26