#include "DataFormats/EcalDigi/interface/ESSample.h"
Go to the source code of this file.
Definition at line 7 of file ESSample.cc.
References ESSample::adc().
00007 { 00008 s << "ADC = " << samp.adc() ; 00009 return s; 00010 }