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

RecMdcTrack Class Reference

#include <RecMdcTrack.h>

Inheritance diagram for RecMdcTrack:

DstMdcTrack DstMdcTrack ContainedObject ContainedObject ContainedObject ContainedObject List of all members.

Public Member Functions

const int charge () const
const int charge () const
const double chi2 () const
const double chi2 () const
virtual const CLID & clID () const
virtual const CLID & clID () const
const double err (const int i) const
const HepSymMatrix err () const
const double err (const int i) const
const HepSymMatrix err () const
const int firstLayer () const
const int firstLayer () const
const double getFiTerm () const
const double getFiTerm () const
const int getNhits () const
const int getNhits () const
const HepPoint3DgetPivot () const
const HepPoint3DgetPivot () const
const HitRefVec getVecHits (void) const
const HitRefVec getVecHits (void) const
const double getVX0 () const
const double getVX0 () const
const double getVY0 () const
const double getVY0 () const
const double getVZ0 () const
const double getVZ0 () const
const double helix (const int i) const
const HepVector helix () const
 ......
const double helix (const int i) const
const HepVector helix () const
 ......
const int lastLayer () const
const int lastLayer () const
const int ndof () const
const int ndof () const
const int nster () const
const int nster () const
RecMdcTrackoperator= (const DstMdcTrack &)
RecMdcTrackoperator= (const RecMdcTrack &)
RecMdcTrackoperator= (const DstMdcTrack &)
RecMdcTrackoperator= (const RecMdcTrack &)
const double p () const
const double p () const
const Hep3Vector p3 () const
const Hep3Vector p3 () const
const HepLorentzVector p4 (const double mass) const
const HepLorentzVector p4 (const double mass) const
const double phi () const
const double phi () const
const HepPoint3D poca () const
const HepPoint3D poca () const
const double px () const
const double px () const
const double pxy () const
const double pxy () const
const double py () const
const double py () const
const double pz () const
const double pz () const
const double r () const
const double r () const
 RecMdcTrack (const DstMdcTrack &)
 RecMdcTrack (const RecMdcTrack &)
 RecMdcTrack ()
 RecMdcTrack (const DstMdcTrack &)
 RecMdcTrack (const RecMdcTrack &)
 RecMdcTrack ()
void setCharge (const int charge)
void setCharge (const int charge)
void setChi2 (const double chi)
void setChi2 (const double chi)
void setError (const HepSymMatrix &Ea)
void setError (double err[15])
void setError (const HepSymMatrix &Ea)
void setError (double err[15])
void setFirstLayer (const int id)
void setFirstLayer (const int id)
void setFiTerm (double fiterm)
void setFiTerm (double fiterm)
void setHelix (const HepVector &a)
void setHelix (double helix[5])
void setHelix (const HepVector &a)
void setHelix (double helix[5])
void setLastLayer (const int id)
void setLastLayer (const int id)
void setNdof (const int ndof)
void setNdof (const int ndof)
void setNhits (int nhits)
void setNhits (int nhits)
void setNster (const int ns)
void setNster (const int ns)
void setP (const double p)
void setP (const double p)
void setPhi (const double phi)
void setPhi (const double phi)
void setPivot (const HepPoint3D &pivot)
void setPivot (const HepPoint3D &pivot)
void setPoca (const HepPoint3D &poca)
void setPoca (double poca[3])
void setPoca (const HepPoint3D &poca)
void setPoca (double poca[3])
void setPx (const double px)
void setPx (const double px)
void setPxy (const double pxy)
void setPxy (const double pxy)
void setPy (const double py)
void setPy (const double py)
void setPz (const double pz)
void setPz (const double pz)
void setR (const double r)
void setR (const double r)
void setStat (const int stat)
void setStat (const int stat)
void setTheta (const double theta)
void setTheta (const double theta)
void setTrackId (const int trackId)
void setTrackId (const int trackId)
void setVecHits (HitRefVec vechits)
void setVecHits (HitRefVec vechits)
void setVX0 (double x0)
void setVX0 (double x0)
void setVY0 (double y0)
void setVY0 (double y0)
void setVZ0 (double z0)
void setVZ0 (double z0)
void setX (const double x)
void setX (const double x)
void setY (const double y)
void setY (const double y)
void setZ (const double z)
void setZ (const double z)
const int stat () const
const int stat () const
const double theta () const
const double theta () const
const int trackId () const
const int trackId () const
const double x () const
const double x () const
const HepPoint3D x3 () const
const HepPoint3D x3 () const
const double y () const
const double y () const
const double z () const
const double z () const
 ~RecMdcTrack ()
 ~RecMdcTrack ()

Static Public Member Functions

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

Protected Attributes

HepVector m_a
int m_charge
double m_chi2
HepSymMatrix m_Ea
double m_err [15]
int m_firstLayer
double m_helix [5]
int m_lastLayer
int m_ndof
int m_nster
double m_p
double m_phi
double m_poca [3]
HepPoint3D m_poca3D
double m_px
double m_pxy
double m_py
double m_pz
double m_r
int m_stat
double m_theta
int m_trackId
double m_x
double m_y
double m_z

Private Attributes

double m_fiTerm
int m_nhits
HepPoint3D m_pivot
HitRefVec m_vechits

Constructor & Destructor Documentation

RecMdcTrack::RecMdcTrack  ) 
 

00018   : m_pivot(0,0,0),
00019     m_fiTerm(0.0),               
00020     m_nhits(0)
00021    {   
00022    }

RecMdcTrack::RecMdcTrack const RecMdcTrack  ) 
 

00025   : DstMdcTrack(rectrk),
00026     m_pivot(rectrk.m_pivot),
00027     m_fiTerm(rectrk.m_fiTerm),
00028     m_nhits(rectrk.m_nhits),
00029     m_vechits(rectrk.m_vechits) 
00030   {
00031   }

RecMdcTrack::RecMdcTrack const DstMdcTrack  ) 
 

00034   : DstMdcTrack(dstrk),
00035     m_pivot(-99.,-99.,-99.),
00036     m_fiTerm(-99.),
00037     m_nhits(-99)
00038   {   
00039   }

RecMdcTrack::~RecMdcTrack  ) 
 

00067                             {
00068   }               

RecMdcTrack::RecMdcTrack  ) 
 

RecMdcTrack::RecMdcTrack const RecMdcTrack  ) 
 

RecMdcTrack::RecMdcTrack const DstMdcTrack  ) 
 

RecMdcTrack::~RecMdcTrack  ) 
 


Member Function Documentation

const int DstMdcTrack::charge  )  const [inline, inherited]
 

00053 { return  m_charge;   }

const int DstMdcTrack::charge  )  const [inline, inherited]
 

00053 { return  m_charge;   }

const double DstMdcTrack::chi2  )  const [inline, inherited]
 

00066 { return  m_chi2; }

const double DstMdcTrack::chi2  )  const [inline, inherited]
 

00066 { return  m_chi2; }

const CLID& RecMdcTrack::classID  )  [static]
 

Reimplemented from DstMdcTrack.

const CLID & RecMdcTrack::classID  )  [static]
 

Reimplemented from DstMdcTrack.

00013                                    {
00014     return CLID_RecMdcTrack;
00015   }

virtual const CLID& RecMdcTrack::clID  )  const [virtual]
 

Reimplemented from DstMdcTrack.

const CLID & RecMdcTrack::clID  )  const [virtual]
 

Reimplemented from DstMdcTrack.

00009                                       {
00010     return RecMdcTrack::classID();
00011   }

const double DstMdcTrack::err const int  i  )  const [inline, inherited]
 

00051 { return  m_err[i];   }

const HepSymMatrix DstMdcTrack::err  )  const [inherited]
 

const double DstMdcTrack::err const int  i  )  const [inline, inherited]
 

00051 { return  m_err[i];   }

const HepSymMatrix DstMdcTrack::err  )  const [inherited]
 

00152                                            {
00153     /*
00154     HepSymMatrix ea(5);
00155     for(int i = 0, k = 0; i < 5; i++) {
00156       for(int j = 0; j <= i; j++) {
00157         ea[i][j] = m_err[k++];
00158         ea[j][i] = ea[i][j];
00159       }
00160     }
00161     return ea;
00162    */
00163     return m_Ea;
00164   }

const int DstMdcTrack::firstLayer  )  const [inline, inherited]
 

00069 { return  m_firstLayer;}

const int DstMdcTrack::firstLayer  )  const [inline, inherited]
 

00069 { return  m_firstLayer;}

const double RecMdcTrack::getFiTerm void   )  const [inline]
 

00052 { return m_fiTerm;     }

const double RecMdcTrack::getFiTerm void   )  const [inline]
 

00052 { return m_fiTerm;     }

const int RecMdcTrack::getNhits  )  const [inline]
 

00049 { return m_nhits;      }

const int RecMdcTrack::getNhits  )  const [inline]
 

00049 { return m_nhits;      }

const HepPoint3D& RecMdcTrack::getPivot  )  const [inline]
 

00056 { return m_pivot;      }

const HepPoint3D& RecMdcTrack::getPivot  )  const [inline]
 

00056 { return m_pivot;      }

const HitRefVec RecMdcTrack::getVecHits void   )  const [inline]
 

00060 { return m_vechits;    }

const HitRefVec RecMdcTrack::getVecHits void   )  const [inline]
 

00060 { return m_vechits;    }

const double RecMdcTrack::getVX0  )  const [inline]
 

00043 { return m_pivot[0];   }

const double RecMdcTrack::getVX0  )  const [inline]
 

00043 { return m_pivot[0];   }

const double RecMdcTrack::getVY0  )  const [inline]
 

00044 { return m_pivot[1];   }

const double RecMdcTrack::getVY0  )  const [inline]
 

00044 { return m_pivot[1];   }

const double RecMdcTrack::getVZ0  )  const [inline]
 

00045 { return m_pivot[2];   }

const double RecMdcTrack::getVZ0  )  const [inline]
 

00045 { return m_pivot[2];   }

const double DstMdcTrack::helix const int  i  )  const [inline, inherited]
 

00050 { return  m_helix[i]; } 

const HepVector DstMdcTrack::helix  )  const [inherited]
 

......

const double DstMdcTrack::helix const int  i  )  const [inline, inherited]
 

00050 { return  m_helix[i]; } 

const HepVector DstMdcTrack::helix  )  const [inherited]
 

......

00148                                           {
00149     return m_a;
00150   }

const int DstMdcTrack::lastLayer  )  const [inline, inherited]
 

00070 { return  m_lastLayer; }

const int DstMdcTrack::lastLayer  )  const [inline, inherited]
 

00070 { return  m_lastLayer; }

const int DstMdcTrack::ndof  )  const [inline, inherited]
 

00067 { return  m_ndof; }

const int DstMdcTrack::ndof  )  const [inline, inherited]
 

00067 { return  m_ndof; }

const int DstMdcTrack::nster  )  const [inline, inherited]
 

00068 { return  m_nster;}

const int DstMdcTrack::nster  )  const [inline, inherited]
 

00068 { return  m_nster;}

RecMdcTrack& RecMdcTrack::operator= const DstMdcTrack  ) 
 

Reimplemented from DstMdcTrack.

RecMdcTrack& RecMdcTrack::operator= const RecMdcTrack  ) 
 

RecMdcTrack & RecMdcTrack::operator= const DstMdcTrack  ) 
 

Reimplemented from DstMdcTrack.

00054   {
00055     if( &dstrk != this ){
00056       DstMdcTrack::operator=(dstrk);  
00057       m_pivot[0] = -99.;
00058       m_pivot[1] = -99.;
00059       m_pivot[2] = -99.;
00060       m_fiTerm   = -99.;
00061       m_nhits    = -99;
00062     }
00063     return  *this;
00064   }  

RecMdcTrack & RecMdcTrack::operator= const RecMdcTrack  ) 
 

00042   {
00043     if( &rectrk != this ){
00044       DstMdcTrack::operator=(rectrk);
00045       m_pivot = rectrk.m_pivot;
00046       m_fiTerm = rectrk. m_fiTerm;
00047       m_nhits = rectrk. m_nhits;
00048       m_vechits = rectrk.m_vechits;
00049     }
00050     return  *this;
00051   }

const double DstMdcTrack::p  )  const [inline, inherited]
 

00058 { return  m_p;    }

const double DstMdcTrack::p  )  const [inline, inherited]
 

00058 { return  m_p;    }

const Hep3Vector DstMdcTrack::p3  )  const [inline, inherited]
 

00043                               {
00044     return Hep3Vector(m_px,m_py,m_pz);
00045   }

const Hep3Vector DstMdcTrack::p3  )  const [inline, inherited]
 

00043                               {
00044     return Hep3Vector(m_px,m_py,m_pz);
00045   }

const HepLorentzVector DstMdcTrack::p4 const double  mass  )  const [inherited]
 

const HepLorentzVector DstMdcTrack::p4 const double  mass  )  const [inherited]
 

00166                                                                {
00167     return HepLorentzVector(p3(),sqrt(p3()*p3()+mass*mass)); 
00168   }

const double DstMdcTrack::phi  )  const [inline, inherited]
 

00060 { return  m_phi;  }

const double DstMdcTrack::phi  )  const [inline, inherited]
 

00060 { return  m_phi;  }

const HepPoint3D DstMdcTrack::poca  )  const [inline, inherited]
 

00040                                {     
00041     return m_poca3D;
00042   }

const HepPoint3D DstMdcTrack::poca  )  const [inline, inherited]
 

00040                                {     
00041     return m_poca3D;
00042   }

const double DstMdcTrack::px  )  const [inline, inherited]
 

00055 { return  m_px;   }

const double DstMdcTrack::px  )  const [inline, inherited]
 

00055 { return  m_px;   }

const double DstMdcTrack::pxy  )  const [inline, inherited]
 

00054 { return  m_pxy;  }

const double DstMdcTrack::pxy  )  const [inline, inherited]
 

00054 { return  m_pxy;  }

const double DstMdcTrack::py  )  const [inline, inherited]
 

00056 { return  m_py;   }

const double DstMdcTrack::py  )  const [inline, inherited]
 

00056 { return  m_py;   }

const double DstMdcTrack::pz  )  const [inline, inherited]
 

00057 { return  m_pz;   }

const double DstMdcTrack::pz  )  const [inline, inherited]
 

00057 { return  m_pz;   }

const double DstMdcTrack::r  )  const [inline, inherited]
 

00064 { return  m_r;    }

const double DstMdcTrack::r  )  const [inline, inherited]
 

00064 { return  m_r;    }

void DstMdcTrack::setCharge const int  charge  )  [inline, inherited]
 

00082 { m_charge = charge;} 

void DstMdcTrack::setCharge const int  charge  )  [inline, inherited]
 

00082 { m_charge = charge;} 

void DstMdcTrack::setChi2 const double  chi  )  [inline, inherited]
 

00095 { m_chi2 = chi;}

void DstMdcTrack::setChi2 const double  chi  )  [inline, inherited]
 

00095 { m_chi2 = chi;}

void DstMdcTrack::setError const HepSymMatrix &  Ea  )  [inherited]
 

void DstMdcTrack::setError double  err[15]  )  [inherited]
 

void DstMdcTrack::setError const HepSymMatrix &  Ea  )  [inherited]
 

00136                                                     {
00137     int k = 0;
00138     for (int i=0; i<5; i++){
00139       for (int j=i; j<5; j++)
00140       {
00141         m_err[k] = err[i][j];
00142         k++;
00143       }
00144     }
00145     m_Ea = err;
00146   }

void DstMdcTrack::setError double  err[15]  )  [inherited]
 

00109                                             {          
00110     for (int i1=0; i1<15; i1++) {
00111       m_err[i1] = err[i1];
00112     }
00113     for(int i=0, k=0; i<5; i++) {
00114       for(int j=i; j<5; j++) {
00115         m_Ea[i][j] = m_err[k++];
00116         m_Ea[j][i] = m_Ea[i][j];
00117       }
00118     }
00119   }          

void DstMdcTrack::setFirstLayer const int  id  )  [inline, inherited]
 

00098 { m_firstLayer = id;}

void DstMdcTrack::setFirstLayer const int  id  )  [inline, inherited]
 

00098 { m_firstLayer = id;}

void RecMdcTrack::setFiTerm double  fiterm  )  [inline]
 

00066 { m_fiTerm = fiterm;   }

void RecMdcTrack::setFiTerm double  fiterm  )  [inline]
 

00066 { m_fiTerm = fiterm;   }

void DstMdcTrack::setHelix const HepVector &  a  )  [inherited]
 

void DstMdcTrack::setHelix double  helix[5]  )  [inherited]
 

void DstMdcTrack::setHelix const HepVector &  a  )  [inherited]
 

00122                                                    {
00123     for(int i=0; i<5; i++){        
00124       m_helix[i] = helix[i];
00125     }
00126     m_a = helix; 
00127   }

void DstMdcTrack::setHelix double  helix[5]  )  [inherited]
 

00095                                             {   
00096     for(int i=0; i<5; i++){
00097       m_helix[i] = helix[i];
00098       m_a[i] = helix[i]; 
00099     }
00100   }

void DstMdcTrack::setLastLayer const int  id  )  [inline, inherited]
 

00099 { m_lastLayer = id;}

void DstMdcTrack::setLastLayer const int  id  )  [inline, inherited]
 

00099 { m_lastLayer = id;}

void DstMdcTrack::setNdof const int  ndof  )  [inline, inherited]
 

00096 { m_ndof = ndof;}

void DstMdcTrack::setNdof const int  ndof  )  [inline, inherited]
 

00096 { m_ndof = ndof;}

void RecMdcTrack::setNhits int  nhits  )  [inline]
 

00067 { m_nhits = nhits;     }

void RecMdcTrack::setNhits int  nhits  )  [inline]
 

00067 { m_nhits = nhits;     }

void DstMdcTrack::setNster const int  ns  )  [inline, inherited]
 

00097 { m_nster = ns;}      

void DstMdcTrack::setNster const int  ns  )  [inline, inherited]
 

00097 { m_nster = ns;}      

void DstMdcTrack::setP const double  p  )  [inline, inherited]
 

00087 { m_p    = p;      }

void DstMdcTrack::setP const double  p  )  [inline, inherited]
 

00087 { m_p    = p;      }

void DstMdcTrack::setPhi const double  phi  )  [inline, inherited]
 

00089 { m_phi  = phi;    }

void DstMdcTrack::setPhi const double  phi  )  [inline, inherited]
 

00089 { m_phi  = phi;    }

void RecMdcTrack::setPivot const HepPoint3D pivot  )  [inline]
 

00068 { m_pivot = pivot;     }

void RecMdcTrack::setPivot const HepPoint3D pivot  )  [inline]
 

00068 { m_pivot = pivot;     }

void DstMdcTrack::setPoca const HepPoint3D poca  )  [inherited]
 

void DstMdcTrack::setPoca double  poca[3]  )  [inherited]
 

void DstMdcTrack::setPoca const HepPoint3D poca  )  [inherited]
 

00129                                                   {
00130     for(int i=0; i<3; i++){
00131       m_poca[i] = poca[i];
00132     }
00133     m_poca3D = poca;
00134   }

void DstMdcTrack::setPoca double  poca[3]  )  [inherited]
 

00102                                          {
00103     for(int i=0; i<3; i++){
00104       m_poca[i] = poca[i];
00105       m_poca3D[i] = poca[i];
00106     }
00107   }  

void DstMdcTrack::setPx const double  px  )  [inline, inherited]
 

00084 { m_px   = px;     }

void DstMdcTrack::setPx const double  px  )  [inline, inherited]
 

00084 { m_px   = px;     }

void DstMdcTrack::setPxy const double  pxy  )  [inline, inherited]
 

00083 { m_pxy  = pxy;    }     

void DstMdcTrack::setPxy const double  pxy  )  [inline, inherited]
 

00083 { m_pxy  = pxy;    }     

void DstMdcTrack::setPy const double  py  )  [inline, inherited]
 

00085 { m_py   = py;     }

void DstMdcTrack::setPy const double  py  )  [inline, inherited]
 

00085 { m_py   = py;     }

void DstMdcTrack::setPz const double  pz  )  [inline, inherited]
 

00086 { m_pz   = pz;     }

void DstMdcTrack::setPz const double  pz  )  [inline, inherited]
 

00086 { m_pz   = pz;     }

void DstMdcTrack::setR const double  r  )  [inline, inherited]
 

00093 { m_r = r; }

void DstMdcTrack::setR const double  r  )  [inline, inherited]
 

00093 { m_r = r; }

void DstMdcTrack::setStat const int  stat  )  [inline, inherited]
 

00094 { m_stat = stat;}

void DstMdcTrack::setStat const int  stat  )  [inline, inherited]
 

00094 { m_stat = stat;}

void DstMdcTrack::setTheta const double  theta  )  [inline, inherited]
 

00088 { m_theta = theta; }

void DstMdcTrack::setTheta const double  theta  )  [inline, inherited]
 

00088 { m_theta = theta; }

void DstMdcTrack::setTrackId const int  trackId  )  [inline, inherited]
 

00081 { m_trackId = trackId; }

void DstMdcTrack::setTrackId const int  trackId  )  [inline, inherited]
 

00081 { m_trackId = trackId; }

void RecMdcTrack::setVecHits HitRefVec  vechits  )  [inline]
 

00069 { m_vechits = vechits; }

void RecMdcTrack::setVecHits HitRefVec  vechits  )  [inline]
 

00069 { m_vechits = vechits; }

void RecMdcTrack::setVX0 double  x0  )  [inline]
 

00063 { m_pivot[0] = x0;     }

void RecMdcTrack::setVX0 double  x0  )  [inline]
 

00063 { m_pivot[0] = x0;     }

void RecMdcTrack::setVY0 double  y0  )  [inline]
 

00064 { m_pivot[1] = y0;     }

void RecMdcTrack::setVY0 double  y0  )  [inline]
 

00064 { m_pivot[1] = y0;     }

void RecMdcTrack::setVZ0 double  z0  )  [inline]
 

00065 { m_pivot[2] = z0;     }

void RecMdcTrack::setVZ0 double  z0  )  [inline]
 

00065 { m_pivot[2] = z0;     }

void DstMdcTrack::setX const double  x  )  [inline, inherited]
 

00090 { m_x    = x;      }

void DstMdcTrack::setX const double  x  )  [inline, inherited]
 

00090 { m_x    = x;      }

void DstMdcTrack::setY const double  y  )  [inline, inherited]
 

00091 { m_y    = y;      }

void DstMdcTrack::setY const double  y  )  [inline, inherited]
 

00091 { m_y    = y;      }

void DstMdcTrack::setZ const double  z  )  [inline, inherited]
 

00092 { m_z = z; }

void DstMdcTrack::setZ const double  z  )  [inline, inherited]
 

00092 { m_z = z; }

const int DstMdcTrack::stat  )  const [inline, inherited]
 

00065 { return  m_stat; }

const int DstMdcTrack::stat  )  const [inline, inherited]
 

00065 { return  m_stat; }

const double DstMdcTrack::theta  )  const [inline, inherited]
 

00059 { return  m_theta;}

const double DstMdcTrack::theta  )  const [inline, inherited]
 

00059 { return  m_theta;}

const int DstMdcTrack::trackId  )  const [inline, inherited]
 

00052 { return  m_trackId;  }

const int DstMdcTrack::trackId  )  const [inline, inherited]
 

00052 { return  m_trackId;  }

const double DstMdcTrack::x  )  const [inline, inherited]
 

00061 { return  m_x;    }

const double DstMdcTrack::x  )  const [inline, inherited]
 

00061 { return  m_x;    }

const HepPoint3D DstMdcTrack::x3  )  const [inline, inherited]
 

00046                               {
00047     return HepPoint3D(m_x,m_y,m_z);
00048   } 

const HepPoint3D DstMdcTrack::x3  )  const [inline, inherited]
 

00046                               {
00047     return HepPoint3D(m_x,m_y,m_z);
00048   } 

const double DstMdcTrack::y  )  const [inline, inherited]
 

00062 { return  m_y;    }

const double DstMdcTrack::y  )  const [inline, inherited]
 

00062 { return  m_y;    }

const double DstMdcTrack::z  )  const [inline, inherited]
 

00063 { return  m_z;    }

const double DstMdcTrack::z  )  const [inline, inherited]
 

00063 { return  m_z;    }


Member Data Documentation

HepVector DstMdcTrack::m_a [protected, inherited]
 

int DstMdcTrack::m_charge [protected, inherited]
 

double DstMdcTrack::m_chi2 [protected, inherited]
 

HepSymMatrix DstMdcTrack::m_Ea [protected, inherited]
 

double DstMdcTrack::m_err [protected, inherited]
 

int DstMdcTrack::m_firstLayer [protected, inherited]
 

double RecMdcTrack::m_fiTerm [private]
 

double DstMdcTrack::m_helix [protected, inherited]
 

int DstMdcTrack::m_lastLayer [protected, inherited]
 

int DstMdcTrack::m_ndof [protected, inherited]
 

int RecMdcTrack::m_nhits [private]
 

int DstMdcTrack::m_nster [protected, inherited]
 

double DstMdcTrack::m_p [protected, inherited]
 

double DstMdcTrack::m_phi [protected, inherited]
 

HepPoint3D RecMdcTrack::m_pivot [private]
 

double DstMdcTrack::m_poca [protected, inherited]
 

HepPoint3D DstMdcTrack::m_poca3D [protected, inherited]
 

double DstMdcTrack::m_px [protected, inherited]
 

double DstMdcTrack::m_pxy [protected, inherited]
 

double DstMdcTrack::m_py [protected, inherited]
 

double DstMdcTrack::m_pz [protected, inherited]
 

double DstMdcTrack::m_r [protected, inherited]
 

int DstMdcTrack::m_stat [protected, inherited]
 

double DstMdcTrack::m_theta [protected, inherited]
 

int DstMdcTrack::m_trackId [protected, inherited]
 

HitRefVec RecMdcTrack::m_vechits [private]
 

double DstMdcTrack::m_x [protected, inherited]
 

double DstMdcTrack::m_y [protected, inherited]
 

double DstMdcTrack::m_z [protected, inherited]
 


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