MdcTrk_localf Class Reference

#include <TrkTables.h>

List of all members.

Public Member Functions

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

Public Attributes

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


Detailed Description

Definition at line 211 of file TrkTables.h.


Constructor & Destructor Documentation

MdcTrk_localf::MdcTrk_localf (  )  [inline]

Definition at line 213 of file TrkTables.h.

00213 {};

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

Definition at line 214 of file TrkTables.h.

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

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]

Definition at line 223 of file TrkTables.h.

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

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

Definition at line 240 of file TrkTables.h.

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

float MdcTrk_localf::helix[5]

Definition at line 239 of file TrkTables.h.

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

int MdcTrk_localf::id

Definition at line 237 of file TrkTables.h.

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

float MdcTrk_localf::pivot[3]

Definition at line 238 of file TrkTables.h.

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


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