CMS 3D CMS Logo

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

Go to the source code of this file.

Classes

class  ME0Digi
 

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