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 24 of file GEMPadDigi.cc.

24  {
25  return o << " GEMPadDigi Pad = " << digi.pad() << " bx = " << digi.bx();
26 }

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

GEMPadDigi::pad
int pad() const
Definition: GEMPadDigi.h:26
EcalTangentSkim_cfg.o
o
Definition: EcalTangentSkim_cfg.py:36
GEMPadDigi::bx
int bx() const
Definition: GEMPadDigi.h:27