MdcTrk Class Reference

#include <TrkTables.h>

List of all members.

Public Member Functions

 MdcTrk ()
 MdcTrk (const MdcTrk &rhs)
MdcTrkoperator= (const MdcTrk &rhs)

Public Attributes

int id
MdcTrk_globalglob [5]
MdcTrk_localzzero [5]
MdcTrk_localffirst [5]
MdcTrk_localllast [5]
MdcRec_trkprekal


Detailed Description

Definition at line 21 of file TrkTables.h.


Constructor & Destructor Documentation

MdcTrk::MdcTrk (  )  [inline]

Definition at line 23 of file TrkTables.h.

References first, glob, genRecEmupikp::i, last, and zero.

00023            :prekal(0) {
00024    for(int i =0; i<5; i++) {
00025       glob[i]=0;
00026       zero[i]=0;
00027       first[i]=0;
00028       last[i]=0;
00029    }
00030   }

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

Definition at line 32 of file TrkTables.h.

References first, glob, genRecEmupikp::i, last, prekal, and zero.

00032                             {
00033     for( int i=0; i<5; i++) {
00034       glob[i] = rhs.glob[i];
00035       zero[i] = rhs.zero[i];
00036       first[i] = rhs.first[i];
00037       last[i] = rhs.last[i];
00038       }
00039     prekal = rhs.prekal;
00040   }


Member Function Documentation

MdcTrk& MdcTrk::operator= ( const MdcTrk rhs  )  [inline]

Definition at line 42 of file TrkTables.h.

References first, glob, genRecEmupikp::i, last, prekal, and zero.

00042                                          {
00043 
00044     if(this == &rhs)
00045         return *this;
00046     for( int i=0; i<5; i++) {
00047       glob[i] = rhs.glob[i];
00048       zero[i] = rhs.zero[i];
00049       first[i] = rhs.first[i];
00050       last[i] = rhs.last[i];
00051       }
00052     prekal = rhs.prekal;
00053 
00054     return *this;
00055    }   


Member Data Documentation

MdcTrk_localf* MdcTrk::first[5]

Definition at line 62 of file TrkTables.h.

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

MdcTrk_global* MdcTrk::glob[5]

Definition at line 60 of file TrkTables.h.

Referenced by MdcTrk(), operator=(), and TTrackManager::swapRectrk().

int MdcTrk::id

Definition at line 59 of file TrkTables.h.

MdcTrk_locall* MdcTrk::last[5]

Definition at line 63 of file TrkTables.h.

Referenced by main(), MdcTrk(), and operator=().

MdcRec_trk* MdcTrk::prekal

Definition at line 64 of file TrkTables.h.

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

MdcTrk_localz* MdcTrk::zero[5]

Definition at line 61 of file TrkTables.h.

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


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