#include "RawData/ADCDigit.h"#include <iostream>Go to the source code of this file.
Functions | |
| ClassImp (ADCDigit) std | |
| |
| ClassImp | ( | ADCDigit | ) |
Class for a generic digit.
Definition at line 10 of file ADCDigit.cxx.
00015 { 00016 os << "ADCDigit: chan = " << d.fChannel << ", ADC = " << d.fADC; 00017 return os; 00018 }
1.4.7