![]() |
|
|||
File indexing completed on 2024-04-06 12:04:04
0001 #include "DataFormats/EcalDigi/interface/ESSample.h" 0002 0003 ESSample::ESSample(int adc) { theSample = (int16_t)adc; } 0004 0005 std::ostream& operator<<(std::ostream& s, const ESSample& samp) { 0006 s << "ADC = " << samp.adc(); 0007 return s; 0008 }
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |