CMS 3D CMS Logo

Classes | Functions
EcalFEMSample.h File Reference
#include <ostream>
#include <cstdint>

Go to the source code of this file.

Classes

class  EcalFEMSample
 

Functions

std::ostream & operator<< (std::ostream &, const EcalFEMSample &)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  ,
const EcalFEMSample  
)

Definition at line 5 of file EcalFEMSample.cc.

References EcalFEMSample::adc(), EcalFEMSample::gainId(), and alignCSCRings::s.

5  {
6  s << "ADC=" << samp.adc() << ", gainId=" << samp.gainId();
7  return s;
8 }