BCKOVDigit Class Reference

#include <BCKOVDigit.h>

Inheritance diagram for BCKOVDigit:

RawDigit List of all members.

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)

Detailed Description

Definition at line 17 of file BCKOVDigit.h.


Constructor & Destructor Documentation

BCKOVDigit::BCKOVDigit (  ) 

Definition at line 25 of file BCKOVDigit.cxx.

00025                        : 
00026   fChannel(0), fTDC(0), fADC(0)
00027 {
00028 
00029 }

BCKOVDigit::BCKOVDigit ( unsigned short  channel,
unsigned short  adc,
unsigned short  tdc 
)

Definition at line 33 of file BCKOVDigit.cxx.

00034                                :
00035   fChannel(channel),  fTDC(tdc),fADC(adc)
00036 { 
00037 
00038 }

BCKOVDigit::~BCKOVDigit (  )  [virtual]

Definition at line 42 of file BCKOVDigit.cxx.

00043 {
00044 }


Member Function Documentation

unsigned short BCKOVDigit::ADC (  )  const [inline]

Definition at line 27 of file BCKOVDigit.h.

References fADC.

00027 { return fADC;}

unsigned short BCKOVDigit::Channel (  )  const [inline]

Definition at line 29 of file BCKOVDigit.h.

References fChannel.

00029 { return fChannel;}

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]

Definition at line 28 of file BCKOVDigit.h.

References fTDC.

00028 { return fTDC;}


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const BCKOVDigit n 
) [friend]


Member Data Documentation

unsigned short BCKOVDigit::fADC [private]

Definition at line 37 of file BCKOVDigit.h.

Referenced by ADC(), and SetADC().

unsigned short BCKOVDigit::fChannel [private]

Definition at line 35 of file BCKOVDigit.h.

Referenced by Channel().

unsigned short BCKOVDigit::fTDC [private]

Definition at line 36 of file BCKOVDigit.h.

Referenced by SetTDC(), and TDC().


The documentation for this class was generated from the following files:
Generated on Mon Nov 23 08:03:57 2009 for MIPP(E907) by  doxygen 1.4.7