MdcTrk_locall Class Reference

#include <TrkTables.h>

List of all members.

Public Member Functions

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

Public Attributes

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


Detailed Description

Definition at line 253 of file TrkTables.h.


Constructor & Destructor Documentation

MdcTrk_locall::MdcTrk_locall (  )  [inline]

Definition at line 255 of file TrkTables.h.

00255 {};

MdcTrk_locall::MdcTrk_locall ( const MdcTrk_locall rhs  )  [inline]

Definition at line 256 of file TrkTables.h.

References error, helix, genRecEmupikp::i, id, and pivot.

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]

Definition at line 264 of file TrkTables.h.

References error, helix, genRecEmupikp::i, id, and pivot.

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[15]

Definition at line 281 of file TrkTables.h.

Referenced by MdcTrk_locall(), and operator=().

float MdcTrk_locall::helix[5]

Definition at line 280 of file TrkTables.h.

Referenced by MdcTrk_locall(), and operator=().

int MdcTrk_locall::id

Definition at line 278 of file TrkTables.h.

Referenced by MdcTrk_locall(), and operator=().

float MdcTrk_locall::pivot[3]

Definition at line 279 of file TrkTables.h.

Referenced by MdcTrk_locall(), and operator=().


Generated on Tue Nov 29 23:20:18 2016 for BOSS_7.0.2 by  doxygen 1.4.7