CMS 3D CMS Logo

EcalMGPASample.cc File Reference

#include "DataFormats/EcalDigi/interface/EcalMGPASample.h"
#include <iostream>

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &s, const EcalMGPASample &samp)


Function Documentation

std::ostream& operator<< ( std::ostream &  s,
const EcalMGPASample samp 
)

Definition at line 8 of file EcalMGPASample.cc.

References EcalMGPASample::adc(), and EcalMGPASample::gainId().

00008                                                                   {
00009   s << "ADC=" << samp.adc() << ", gainId=" << samp.gainId();
00010   return s;
00011 }


Generated on Tue Jun 9 17:52:02 2009 for CMSSW by  doxygen 1.5.4