MdcTrk_localz Class Reference

#include <TrkTables.h>

List of all members.

Public Member Functions

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

Public Attributes

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


Detailed Description

Definition at line 169 of file TrkTables.h.


Constructor & Destructor Documentation

MdcTrk_localz::MdcTrk_localz (  )  [inline]

Definition at line 171 of file TrkTables.h.

00171 {};

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

Definition at line 172 of file TrkTables.h.

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

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]

Definition at line 181 of file TrkTables.h.

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

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

Definition at line 198 of file TrkTables.h.

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

float MdcTrk_localz::helix[5]

Definition at line 197 of file TrkTables.h.

Referenced by MdcTrk_localz(), operator=(), and TTrackManager::treatCurler().

int MdcTrk_localz::id

Definition at line 195 of file TrkTables.h.

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

float MdcTrk_localz::pivot[3]

Definition at line 196 of file TrkTables.h.

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


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