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

MdcTrk_localf Class Reference

#include <TrkTables.h>

List of all members.

Public Member Functions

 MdcTrk_localf (const MdcTrk_localf &rhs)
 MdcTrk_localf ()
 MdcTrk_localf (const MdcTrk_localf &rhs)
 MdcTrk_localf ()
MdcTrk_localfoperator= (const MdcTrk_localf &rhs)
MdcTrk_localfoperator= (const MdcTrk_localf &rhs)

Public Attributes

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


Constructor & Destructor Documentation

MdcTrk_localf::MdcTrk_localf  )  [inline]
 

00213 {};

MdcTrk_localf::MdcTrk_localf const MdcTrk_localf rhs  )  [inline]
 

00214                                           {
00215      id = rhs.id;
00216      for ( int i=0; i<15; i++ ) {
00217         if( i<3 ) pivot[i] = rhs.pivot[i];      
00218         if( i<5 ) helix[i] = rhs.helix[i];
00219         error[i] = rhs.error[i];
00220      }
00221   }   

MdcTrk_localf::MdcTrk_localf  )  [inline]
 

00213 {};

MdcTrk_localf::MdcTrk_localf const MdcTrk_localf rhs  )  [inline]
 

00214                                           {
00215      id = rhs.id;
00216      for ( int i=0; i<15; i++ ) {
00217         if( i<3 ) pivot[i] = rhs.pivot[i];      
00218         if( i<5 ) helix[i] = rhs.helix[i];
00219         error[i] = rhs.error[i];
00220      }
00221   }   


Member Function Documentation

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

00223                                                       {
00224 
00225     if(this == &rhs)
00226         return *this;
00227      id = rhs.id;
00228      for ( int i=0; i<15; i++ ) {
00229         if( i<3 ) pivot[i] = rhs.pivot[i];      
00230         if( i<5 ) helix[i] = rhs.helix[i];
00231         error[i] = rhs.error[i];
00232      }
00233 
00234   return *this;
00235    }         

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

00223                                                       {
00224 
00225     if(this == &rhs)
00226         return *this;
00227      id = rhs.id;
00228      for ( int i=0; i<15; i++ ) {
00229         if( i<3 ) pivot[i] = rhs.pivot[i];      
00230         if( i<5 ) helix[i] = rhs.helix[i];
00231         error[i] = rhs.error[i];
00232      }
00233 
00234   return *this;
00235    }         


Member Data Documentation

float MdcTrk_localf::error
 

float MdcTrk_localf::helix
 

int MdcTrk_localf::id
 

float MdcTrk_localf::pivot
 


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