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

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

49 {
50  return o << " " << digi.pad() << " " << digi.bx();
51 }
int pad() const
Definition: GEMPadDigi.h:26
int bx() const
Definition: GEMPadDigi.h:27