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

Public Member Functions | |
| BCKOVDigit () | |
| BCKOVDigit (unsigned short channel, unsigned short adc, unsigned short tdc) | |
| virtual | ~BCKOVDigit () |
| unsigned short | ADC () const |
| unsigned short | TDC () const |
| unsigned short | Channel () const |
| void | SetADC (unsigned short iADC) |
| void | SetTDC (unsigned short iTDC) |
Private Attributes | |
| unsigned short | fChannel |
| unsigned short | fTDC |
| unsigned short | fADC |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const BCKOVDigit &n) |
Definition at line 17 of file BCKOVDigit.h.
| BCKOVDigit::BCKOVDigit | ( | ) |
| BCKOVDigit::BCKOVDigit | ( | unsigned short | channel, | |
| unsigned short | adc, | |||
| unsigned short | tdc | |||
| ) |
| BCKOVDigit::~BCKOVDigit | ( | ) | [virtual] |
| unsigned short BCKOVDigit::ADC | ( | ) | const [inline] |
| unsigned short BCKOVDigit::Channel | ( | ) | const [inline] |
| void BCKOVDigit::SetADC | ( | unsigned short | iADC | ) |
Definition at line 48 of file BCKOVDigit.cxx.
References fADC.
00049 { 00050 fADC=iADC; 00051 return; 00052 }
| void BCKOVDigit::SetTDC | ( | unsigned short | iTDC | ) |
Definition at line 56 of file BCKOVDigit.cxx.
References fTDC.
00057 { 00058 fTDC=iTDC; 00059 return; 00060 }
| unsigned short BCKOVDigit::TDC | ( | ) | const [inline] |
| std::ostream& operator<< | ( | std::ostream & | os, | |
| const BCKOVDigit & | n | |||
| ) | [friend] |
unsigned short BCKOVDigit::fADC [private] |
unsigned short BCKOVDigit::fChannel [private] |
unsigned short BCKOVDigit::fTDC [private] |
1.4.7