CMS 3D CMS Logo

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

Go to the source code of this file.

Functions

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

Function Documentation

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

Definition at line 61 of file GEMCoPadDigi.cc.

References GEMCoPadDigi::first(), GEMCoPadDigi::roll(), and GEMCoPadDigi::second().

62 {
63  return o << "Roll: " << digi.roll() << " layer1:" << digi.first() << ", layer2:" << digi.second();
64 }
GEMPadDigi first() const
Definition: GEMCoPadDigi.h:30
int roll() const
Definition: GEMCoPadDigi.h:26
GEMPadDigi second() const
Definition: GEMCoPadDigi.h:31