CMS 3D CMS Logo

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

Go to the source code of this file.

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 36 of file GEMPadDigi.cc.

References GEMPadDigi::bx(), EcalTangentSkim_cfg::o, and GEMPadDigi::pad().

36  {
37  return o << " GEMPadDigi Pad = " << digi.pad() << " bx = " << digi.bx();
38 }
int16_t bx() const
Definition: GEMPadDigi.h:39
uint16_t pad() const
Definition: GEMPadDigi.h:38