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

DstMdcDedx Class Reference

#include <DstMdcDedx.h>

Inheritance diagram for DstMdcDedx:

ContainedObject ContainedObject RecMdcDedx RecMdcDedx List of all members.

Public Member Functions

double chi (int i) const
double chi (int i) const
double chiE () const
double chiE () const
double chiK () const
double chiK () const
double chiMu () const
double chiMu () const
double chiP () const
double chiP () const
double chiPi () const
double chiPi () const
virtual const CLID & clID () const
virtual const CLID & clID () const
 DstMdcDedx ()
 DstMdcDedx ()
double errorPH () const
double errorPH () const
double normPH () const
double normPH () const
int numGoodHits () const
int numGoodHits () const
int numTotalHits () const
int numTotalHits () const
int particleId () const
int particleId () const
double probPH () const
double probPH () const
void setChi (double *chi)
void setChi (double *chi)
void setErrorPH (double errorPH)
void setErrorPH (double errorPH)
void setNormPH (double normPH)
void setNormPH (double normPH)
void setNumGoodHits (int numGoodHits)
void setNumGoodHits (int numGoodHits)
void setNumTotalHits (int numTotalHits)
void setNumTotalHits (int numTotalHits)
void setParticleId (int particleId)
void setParticleId (int particleId)
void setProbPH (double probPH)
void setProbPH (double probPH)
void setStatus (int status)
void setStatus (int status)
void setTrackId (int trackId)
void setTrackId (int trackId)
void setTruncAlg (int trunc_alg)
void setTruncAlg (int trunc_alg)
void setTwentyPH (double twentyPH)
void setTwentyPH (double twentyPH)
int status () const
int status () const
int trackId () const
int trackId () const
int truncAlg () const
int truncAlg () const
double twentyPH () const
double twentyPH () const
virtual ~DstMdcDedx ()
virtual ~DstMdcDedx ()

Static Public Member Functions

const CLID & classID ()
const CLID & classID ()

Protected Attributes

double m_chi [5]
double m_errorPH
double m_normPH
int m_numGoodHits
int m_numTotalHits
int m_particleId
double m_probPH
int m_status
int m_trackId
int m_trunc_alg
double m_twentyPH

Constructor & Destructor Documentation

DstMdcDedx::DstMdcDedx  )  [inline]
 

00014 {}

virtual DstMdcDedx::~DstMdcDedx  )  [inline, virtual]
 

00015 {}

DstMdcDedx::DstMdcDedx  )  [inline]
 

00014 {}

virtual DstMdcDedx::~DstMdcDedx  )  [inline, virtual]
 

00015 {}


Member Function Documentation

double DstMdcDedx::chi int  i  )  const [inline]
 

00035 { return m_chi[i]; }

double DstMdcDedx::chi int  i  )  const [inline]
 

00035 { return m_chi[i]; }

double DstMdcDedx::chiE  )  const [inline]
 

00036 { return m_chi[0]; }

double DstMdcDedx::chiE  )  const [inline]
 

00036 { return m_chi[0]; }

double DstMdcDedx::chiK  )  const [inline]
 

00039 { return m_chi[3]; }

double DstMdcDedx::chiK  )  const [inline]
 

00039 { return m_chi[3]; }

double DstMdcDedx::chiMu  )  const [inline]
 

00037 { return m_chi[1]; }

double DstMdcDedx::chiMu  )  const [inline]
 

00037 { return m_chi[1]; }

double DstMdcDedx::chiP  )  const [inline]
 

00040 { return m_chi[4]; }

double DstMdcDedx::chiP  )  const [inline]
 

00040 { return m_chi[4]; }

double DstMdcDedx::chiPi  )  const [inline]
 

00038 { return m_chi[2]; }

double DstMdcDedx::chiPi  )  const [inline]
 

00038 { return m_chi[2]; }

const CLID& DstMdcDedx::classID  )  [inline, static]
 

Reimplemented in RecMdcDedx, and RecMdcDedx.

00018 { return CLID_DstMdcDedx; }

const CLID& DstMdcDedx::classID  )  [inline, static]
 

Reimplemented in RecMdcDedx, and RecMdcDedx.

00018 { return CLID_DstMdcDedx; }

virtual const CLID& DstMdcDedx::clID  )  const [inline, virtual]
 

Reimplemented in RecMdcDedx, and RecMdcDedx.

00017 { return  DstMdcDedx::classID(); }

virtual const CLID& DstMdcDedx::clID  )  const [inline, virtual]
 

Reimplemented in RecMdcDedx, and RecMdcDedx.

00017 { return  DstMdcDedx::classID(); }

double DstMdcDedx::errorPH  )  const [inline]
 

00045 { return m_errorPH; }                   

double DstMdcDedx::errorPH  )  const [inline]
 

00045 { return m_errorPH; }                   

double DstMdcDedx::normPH  )  const [inline]
 

00044 { return m_normPH; }

double DstMdcDedx::normPH  )  const [inline]
 

00044 { return m_normPH; }

int DstMdcDedx::numGoodHits  )  const [inline]
 

00041 { return m_numGoodHits; }

int DstMdcDedx::numGoodHits  )  const [inline]
 

00041 { return m_numGoodHits; }

int DstMdcDedx::numTotalHits  )  const [inline]
 

00042 { return m_numTotalHits; }

int DstMdcDedx::numTotalHits  )  const [inline]
 

00042 { return m_numTotalHits; }

int DstMdcDedx::particleId  )  const [inline]
 

00032 { return m_particleId; }

int DstMdcDedx::particleId  )  const [inline]
 

00032 { return m_particleId; }

double DstMdcDedx::probPH  )  const [inline]
 

00043 { return m_probPH; }

double DstMdcDedx::probPH  )  const [inline]
 

00043 { return m_probPH; }

void DstMdcDedx::setChi double *  chi  )  [inline]
 

00054                                {
00055     for(int i =0; i<5 ; i++) m_chi[i]= chi[i];
00056   }

void DstMdcDedx::setChi double *  chi  )  [inline]
 

00054                                {
00055     for(int i =0; i<5 ; i++) m_chi[i]= chi[i];
00056   }

void DstMdcDedx::setErrorPH double  errorPH  )  [inline]
 

00062 { m_errorPH = errorPH; }

void DstMdcDedx::setErrorPH double  errorPH  )  [inline]
 

00062 { m_errorPH = errorPH; }

void DstMdcDedx::setNormPH double  normPH  )  [inline]
 

00061 { m_normPH = normPH; } 

void DstMdcDedx::setNormPH double  normPH  )  [inline]
 

00061 { m_normPH = normPH; } 

void DstMdcDedx::setNumGoodHits int  numGoodHits  )  [inline]
 

00058 { m_numGoodHits = numGoodHits; } 

void DstMdcDedx::setNumGoodHits int  numGoodHits  )  [inline]
 

00058 { m_numGoodHits = numGoodHits; } 

void DstMdcDedx::setNumTotalHits int  numTotalHits  )  [inline]
 

00059 { m_numTotalHits = numTotalHits; } 

void DstMdcDedx::setNumTotalHits int  numTotalHits  )  [inline]
 

00059 { m_numTotalHits = numTotalHits; } 

void DstMdcDedx::setParticleId int  particleId  )  [inline]
 

00050 { m_particleId = particleId; }

void DstMdcDedx::setParticleId int  particleId  )  [inline]
 

00050 { m_particleId = particleId; }

void DstMdcDedx::setProbPH double  probPH  )  [inline]
 

00060 { m_probPH = probPH; }

void DstMdcDedx::setProbPH double  probPH  )  [inline]
 

00060 { m_probPH = probPH; }

void DstMdcDedx::setStatus int  status  )  [inline]
 

00051 { m_status=status; }

void DstMdcDedx::setStatus int  status  )  [inline]
 

00051 { m_status=status; }

void DstMdcDedx::setTrackId int  trackId  )  [inline]
 

00049 {m_trackId = trackId ;} 

void DstMdcDedx::setTrackId int  trackId  )  [inline]
 

00049 {m_trackId = trackId ;} 

void DstMdcDedx::setTruncAlg int  trunc_alg  )  [inline]
 

00052 { m_trunc_alg = trunc_alg;   }

void DstMdcDedx::setTruncAlg int  trunc_alg  )  [inline]
 

00052 { m_trunc_alg = trunc_alg;   }

void DstMdcDedx::setTwentyPH double  twentyPH  )  [inline]
 

00063 { m_twentyPH = twentyPH; }

void DstMdcDedx::setTwentyPH double  twentyPH  )  [inline]
 

00063 { m_twentyPH = twentyPH; }

int DstMdcDedx::status void   )  const [inline]
 

00033 { return m_status; }

int DstMdcDedx::status  )  const [inline]
 

00033 { return m_status; }

int DstMdcDedx::trackId  )  const [inline]
 

00031 {return m_trackId ;}

int DstMdcDedx::trackId  )  const [inline]
 

00031 {return m_trackId ;}

int DstMdcDedx::truncAlg  )  const [inline]
 

00034 { return m_trunc_alg;  }  

int DstMdcDedx::truncAlg  )  const [inline]
 

00034 { return m_trunc_alg;  }  

double DstMdcDedx::twentyPH  )  const [inline]
 

00046 { return m_twentyPH; }

double DstMdcDedx::twentyPH  )  const [inline]
 

00046 { return m_twentyPH; }


Member Data Documentation

double DstMdcDedx::m_chi [protected]
 

double DstMdcDedx::m_errorPH [protected]
 

double DstMdcDedx::m_normPH [protected]
 

int DstMdcDedx::m_numGoodHits [protected]
 

int DstMdcDedx::m_numTotalHits [protected]
 

int DstMdcDedx::m_particleId [protected]
 

double DstMdcDedx::m_probPH [protected]
 

int DstMdcDedx::m_status [protected]
 

int DstMdcDedx::m_trackId [protected]
 

int DstMdcDedx::m_trunc_alg [protected]
 

double DstMdcDedx::m_twentyPH [protected]
 


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