CMS 3D CMS Logo

Functions
GEMDigi.cc File Reference
#include "DataFormats/GEMDigi/interface/GEMDigi.h"
#include <iostream>

Go to the source code of this file.

Functions

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

Detailed Description

Author
Vadim Khotilovich

Definition in file GEMDigi.cc.

Function Documentation

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

Definition at line 46 of file GEMDigi.cc.

References GEMDigi::bx(), and GEMDigi::strip().

47 {
48  return o << " " << digi.strip() << " " << digi.bx();
49 }
int bx() const
Definition: GEMDigi.h:27
int strip() const
Definition: GEMDigi.h:26