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

MdcTrk Class Reference

#include <TrkTables.h>

List of all members.

Public Member Functions

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

Public Attributes

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


Constructor & Destructor Documentation

MdcTrk::MdcTrk  )  [inline]
 

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]
 

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   }

MdcTrk::MdcTrk  )  [inline]
 

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]
 

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]
 

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    }   

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

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]
 

MdcTrk_localf* MdcTrk::first[5]
 

MdcTrk_global* MdcTrk::glob[5]
 

MdcTrk_global* MdcTrk::glob[5]
 

int MdcTrk::id
 

MdcTrk_locall* MdcTrk::last[5]
 

MdcTrk_locall* MdcTrk::last[5]
 

MdcRec_trk* MdcTrk::prekal
 

MdcRec_trk* MdcTrk::prekal
 

MdcTrk_localz* MdcTrk::zero[5]
 

MdcTrk_localz* MdcTrk::zero[5]
 


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