CMS 3D CMS Logo

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

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 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:25
int bx() const
Definition: GEMPadDigi.h:26