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

MdcTrk_localz Class Reference

#include <TrkTables.h>

List of all members.

Public Member Functions

 MdcTrk_localz (const MdcTrk_localz &rhs)
 MdcTrk_localz ()
 MdcTrk_localz (const MdcTrk_localz &rhs)
 MdcTrk_localz ()
MdcTrk_localzoperator= (const MdcTrk_localz &rhs)
MdcTrk_localzoperator= (const MdcTrk_localz &rhs)

Public Attributes

float error [15]
float helix [5]
int id
float pivot [3]


Constructor & Destructor Documentation

MdcTrk_localz::MdcTrk_localz  )  [inline]
 

00171 {};

MdcTrk_localz::MdcTrk_localz const MdcTrk_localz rhs  )  [inline]
 

00172                                           {
00173      id = rhs.id;
00174      for ( int i=0; i<15; i++ ) {
00175         if( i<3 ) pivot[i] = rhs.pivot[i];      
00176         if( i<5 ) helix[i] = rhs.helix[i];
00177         error[i] = rhs.error[i];
00178      }
00179   }

MdcTrk_localz::MdcTrk_localz  )  [inline]
 

00171 {};

MdcTrk_localz::MdcTrk_localz const MdcTrk_localz rhs  )  [inline]
 

00172                                           {
00173      id = rhs.id;
00174      for ( int i=0; i<15; i++ ) {
00175         if( i<3 ) pivot[i] = rhs.pivot[i];      
00176         if( i<5 ) helix[i] = rhs.helix[i];
00177         error[i] = rhs.error[i];
00178      }
00179   }


Member Function Documentation

MdcTrk_localz& MdcTrk_localz::operator= const MdcTrk_localz rhs  )  [inline]
 

00181                                                       {
00182 
00183     if(this == &rhs)
00184         return *this;
00185      id = rhs.id;
00186      for ( int i=0; i<15; i++ ) {
00187         if( i<3 ) pivot[i] = rhs.pivot[i];      
00188         if( i<5 ) helix[i] = rhs.helix[i];
00189         error[i] = rhs.error[i];
00190      }
00191 
00192   return *this;
00193    }      

MdcTrk_localz& MdcTrk_localz::operator= const MdcTrk_localz rhs  )  [inline]
 

00181                                                       {
00182 
00183     if(this == &rhs)
00184         return *this;
00185      id = rhs.id;
00186      for ( int i=0; i<15; i++ ) {
00187         if( i<3 ) pivot[i] = rhs.pivot[i];      
00188         if( i<5 ) helix[i] = rhs.helix[i];
00189         error[i] = rhs.error[i];
00190      }
00191 
00192   return *this;
00193    }      


Member Data Documentation

float MdcTrk_localz::error
 

float MdcTrk_localz::helix
 

int MdcTrk_localz::id
 

float MdcTrk_localz::pivot
 


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