CMS 3D CMS Logo

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

Go to the source code of this file.

Classes

class  ESSample
 

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 5 of file ESSample.cc.

References ESSample::adc(), and alignCSCRings::s.

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