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)
 

Detailed Description

Date
2013/01/18 04:21:50
Revision
1.1
Author
Vadim Khotilovich

Definition in file GEMPadDigi.cc.

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