#include <ADCDigit.h>
Inheritance diagram for ADCDigit:

Public Member Functions | |
| ADCDigit () | |
| ADCDigit (short nChan, short adc) | |
| short | GetADC () const |
| short | GetChannel () const |
| void | Set (short chan, short adc) |
Private Attributes | |
| short | fADC |
| short | fChannel |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const ADCDigit &n) |
Class for a generic digit.
Definition at line 17 of file ADCDigit.h.
| ADCDigit::ADCDigit | ( | ) |
| ADCDigit::ADCDigit | ( | short | nChan, | |
| short | adc | |||
| ) |
| short ADCDigit::GetADC | ( | ) | const [inline] |
| short ADCDigit::GetChannel | ( | ) | const [inline] |
| void ADCDigit::Set | ( | short | chan, | |
| short | adc | |||
| ) | [inline] |
Definition at line 28 of file ADCDigit.h.
References fADC, and fChannel.
Referenced by R2REventHandle::DoEcal(), and CalDigitizer::Reco().
| std::ostream& operator<< | ( | std::ostream & | os, | |
| const ADCDigit & | n | |||
| ) | [friend] |
short ADCDigit::fADC [private] |
short ADCDigit::fChannel [private] |
1.4.7