Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

TMdcDigi Class Reference

#include <TMdcDigi.h>

Inheritance diagram for TMdcDigi:

TRawData TRawData List of all members.

Public Member Functions

void Clear (Option_t *option="")
void Clear (Option_t *option="")
UInt_t getChargeChannel () const
UInt_t getChargeChannel () const
UInt_t getIntId () const
UInt_t getIntId () const
UInt_t getOverflow () const
UInt_t getOverflow () const
UInt_t getTimeChannel () const
UInt_t getTimeChannel () const
int getTrackIndex () const
int getTrackIndex () const
void initialize (UInt_t id, UInt_t time=0, UInt_t charge=0)
void initialize (UInt_t id, UInt_t time=0, UInt_t charge=0)
void Print (Option_t *option="") const
void Print (Option_t *option="") const
void setOverflow (const UInt_t overflow)
void setOverflow (const UInt_t overflow)
void setTrackIndex (const int trackIndex)
void setTrackIndex (const int trackIndex)
 TMdcDigi ()
 TMdcDigi ()
 ~TMdcDigi ()
 ~TMdcDigi ()

Private Attributes

UInt_t m_overflow

Constructor & Destructor Documentation

TMdcDigi::TMdcDigi  ) 
 

TMdcDigi::~TMdcDigi  ) 
 

00012                      {
00013     Clear();
00014  }

TMdcDigi::TMdcDigi  ) 
 

TMdcDigi::~TMdcDigi  ) 
 


Member Function Documentation

void TRawData::Clear Option_t *  option = ""  )  [inherited]
 

void TRawData::Clear Option_t *  option = ""  )  [inherited]
 

00018                                       {
00019      m_intId =0;
00020      m_timeChannel =0;
00021      m_chargeChannel =0;
00022  }

UInt_t TRawData::getChargeChannel  )  const [inherited]
 

UInt_t TRawData::getChargeChannel  )  const [inherited]
 

00060                                               {
00061         return m_chargeChannel;
00062     }

UInt_t TRawData::getIntId  )  const [inherited]
 

UInt_t TRawData::getIntId  )  const [inherited]
 

00050                                      {
00051         return  m_intId;
00052     }

UInt_t TMdcDigi::getOverflow  )  const
 

UInt_t TMdcDigi::getOverflow  )  const
 

00042                                         {
00043         return m_overflow;
00044     }

UInt_t TRawData::getTimeChannel  )  const [inherited]
 

UInt_t TRawData::getTimeChannel  )  const [inherited]
 

00055                                            {
00056         return  m_timeChannel;
00057     }

int TRawData::getTrackIndex  )  const [inherited]
 

int TRawData::getTrackIndex  )  const [inherited]
 

00045                                     {
00046      return m_trackIndex;
00047    }

void TRawData::initialize UInt_t  id,
UInt_t  time = 0,
UInt_t  charge = 0
[inherited]
 

void TRawData::initialize UInt_t  id,
UInt_t  time = 0,
UInt_t  charge = 0
[inherited]
 

00034                                                                {
00035       m_intId = id ;
00036       m_timeChannel =time;
00037       m_chargeChannel = charge;
00038  }

void TRawData::Print Option_t *  option = ""  )  const [inherited]
 

void TRawData::Print Option_t *  option = ""  )  const [inherited]
 

00025                                             {
00026     TObject::Print(option);
00027     std::cout.precision(2);
00028     std::cout << "Idetifier:    " << m_intId         << std::endl;
00029     std::cout << "TimeChannel:  " << m_timeChannel    <<std::endl;
00030     std::cout << "ChargeChannel:" << m_chargeChannel <<std::endl;
00031  }

void TMdcDigi::setOverflow const UInt_t  overflow  ) 
 

void TMdcDigi::setOverflow const UInt_t  overflow  ) 
 

00036                                                    {
00037         m_overflow = overflow;
00038   }

void TRawData::setTrackIndex const int  trackIndex  )  [inherited]
 

void TRawData::setTrackIndex const int  trackIndex  )  [inherited]
 

00041                                                     {
00042       m_trackIndex = trackIndex;
00043     }


Member Data Documentation

UInt_t TMdcDigi::m_overflow [private]
 


The documentation for this class was generated from the following files:
Generated on Wed Feb 2 18:54:33 2011 for BOSS6.5.5 by  doxygen 1.3.9.1