CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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

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

Definition at line 36 of file GEMPadDigi.cc.

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

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