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

TEmcDigi Class Reference

#include <TEmcDigi.h>

Inheritance diagram for TEmcDigi:

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 getMeasure () const
UInt_t getMeasure () 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 setMeasure (const UInt_t measure)
void setMeasure (const UInt_t measure)
void setTrackIndex (const int trackIndex)
void setTrackIndex (const int trackIndex)
 TEmcDigi ()
 TEmcDigi ()
 ~TEmcDigi ()
 ~TEmcDigi ()

Private Attributes

UInt_t m_measure

Constructor & Destructor Documentation

TEmcDigi::TEmcDigi  ) 
 

TEmcDigi::~TEmcDigi  ) 
 

00012                     {
00013           Clear();
00014 } 

TEmcDigi::TEmcDigi  ) 
 

TEmcDigi::~TEmcDigi  ) 
 


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 TEmcDigi::getMeasure  )  const
 

UInt_t TEmcDigi::getMeasure  )  const
 

00037                                   {
00038         return m_measure;
00039 }

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 TEmcDigi::setMeasure const UInt_t  measure  ) 
 

void TEmcDigi::setMeasure const UInt_t  measure  ) 
 

00033                                               {
00034          m_measure = measure;
00035 }

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 TEmcDigi::m_measure [private]
 


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