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

TMucDigi Class Reference

#include <TMucDigi.h>

Inheritance diagram for TMucDigi:

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 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 setTrackIndex (const int trackIndex)
void setTrackIndex (const int trackIndex)
 TMucDigi ()
 TMucDigi ()
 ~TMucDigi ()
 ~TMucDigi ()

Constructor & Destructor Documentation

TMucDigi::TMucDigi  ) 
 

TMucDigi::~TMucDigi  ) 
 

00012                      {
00013     Clear();
00014  }

TMucDigi::TMucDigi  ) 
 

TMucDigi::~TMucDigi  ) 
 


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 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 TRawData::setTrackIndex const int  trackIndex  )  [inherited]
 

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

00041                                                     {
00042       m_trackIndex = trackIndex;
00043     }


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