CMS 3D CMS Logo

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

Go to the source code of this file.

Classes

class  GEMPadDigi
 

Functions

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

Function Documentation

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

Definition at line 54 of file GEMPadDigi.cc.

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

55 {
56  return o << " GEMPadDigi Pad = " << digi.pad() << " bx = " << digi.bx();
57 }
int pad() const
Definition: GEMPadDigi.h:27
int bx() const
Definition: GEMPadDigi.h:28