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

MdcTrk_locall Class Reference

#include <TrkTables.h>

List of all members.

Public Member Functions

 MdcTrk_locall (const MdcTrk_locall &rhs)
 MdcTrk_locall ()
 MdcTrk_locall (const MdcTrk_locall &rhs)
 MdcTrk_locall ()
MdcTrk_localloperator= (const MdcTrk_locall &rhs)
MdcTrk_localloperator= (const MdcTrk_locall &rhs)

Public Attributes

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


Constructor & Destructor Documentation

MdcTrk_locall::MdcTrk_locall  )  [inline]
 

00255 {};

MdcTrk_locall::MdcTrk_locall const MdcTrk_locall rhs  )  [inline]
 

00256                                           {
00257      id = rhs.id;
00258      for ( int i=0; i<15; i++ ) {
00259         if( i<3 ) pivot[i] = rhs.pivot[i];      
00260         if( i<5 ) helix[i] = rhs.helix[i];
00261         error[i] = rhs.error[i];
00262      }
00263   }   

MdcTrk_locall::MdcTrk_locall  )  [inline]
 

00255 {};

MdcTrk_locall::MdcTrk_locall const MdcTrk_locall rhs  )  [inline]
 

00256                                           {
00257      id = rhs.id;
00258      for ( int i=0; i<15; i++ ) {
00259         if( i<3 ) pivot[i] = rhs.pivot[i];      
00260         if( i<5 ) helix[i] = rhs.helix[i];
00261         error[i] = rhs.error[i];
00262      }
00263   }   


Member Function Documentation

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

00264                                                       {
00265 
00266     if(this == &rhs)
00267         return *this;
00268      id = rhs.id;
00269      for ( int i=0; i<15; i++ ) {
00270         if( i<3 ) pivot[i] = rhs.pivot[i];      
00271         if( i<5 ) helix[i] = rhs.helix[i];
00272         error[i] = rhs.error[i];
00273      }
00274 
00275   return *this;
00276    }         

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

00264                                                       {
00265 
00266     if(this == &rhs)
00267         return *this;
00268      id = rhs.id;
00269      for ( int i=0; i<15; i++ ) {
00270         if( i<3 ) pivot[i] = rhs.pivot[i];      
00271         if( i<5 ) helix[i] = rhs.helix[i];
00272         error[i] = rhs.error[i];
00273      }
00274 
00275   return *this;
00276    }         


Member Data Documentation

float MdcTrk_locall::error
 

float MdcTrk_locall::helix
 

int MdcTrk_locall::id
 

float MdcTrk_locall::pivot
 


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