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

MdcTrk_pathl Class Reference

#include <TrkTables.h>

List of all members.

Public Member Functions

 MdcTrk_pathl ()
 MdcTrk_pathl ()
MdcTrk_pathloperator= (MdcTrk_pathl &rhs)
MdcTrk_pathloperator= (MdcTrk_pathl &rhs)

Public Attributes

int id
int layer
float pathl
float px
float py
float pz
int status
MdcTrktrk
MdcTrktrk
float xin
float xout
float yin
float yout
float zin
float zout


Constructor & Destructor Documentation

MdcTrk_pathl::MdcTrk_pathl  )  [inline]
 

00368 :trk(0) {};

MdcTrk_pathl::MdcTrk_pathl  )  [inline]
 

00368 :trk(0) {};


Member Function Documentation

MdcTrk_pathl& MdcTrk_pathl::operator= MdcTrk_pathl rhs  )  [inline]
 

00369                                                {
00370      id = rhs.id;
00371      layer = rhs.layer;
00372      trk = rhs.trk;      
00373      xin = rhs.xin;
00374      yin = rhs.yin;
00375      zin = rhs.zin;
00376      xout = rhs.xout;      
00377      yout = rhs.yout;
00378      zout = rhs.zout;
00379      pathl = rhs.pathl; 
00380      px = rhs.px;
00381      py = rhs.py;
00382      pz = rhs.pz;
00383      status = rhs.status;
00384      return *this;      
00385    };

MdcTrk_pathl& MdcTrk_pathl::operator= MdcTrk_pathl rhs  )  [inline]
 

00369                                                {
00370      id = rhs.id;
00371      layer = rhs.layer;
00372      trk = rhs.trk;      
00373      xin = rhs.xin;
00374      yin = rhs.yin;
00375      zin = rhs.zin;
00376      xout = rhs.xout;      
00377      yout = rhs.yout;
00378      zout = rhs.zout;
00379      pathl = rhs.pathl; 
00380      px = rhs.px;
00381      py = rhs.py;
00382      pz = rhs.pz;
00383      status = rhs.status;
00384      return *this;      
00385    };


Member Data Documentation

int MdcTrk_pathl::id
 

int MdcTrk_pathl::layer
 

float MdcTrk_pathl::pathl
 

float MdcTrk_pathl::px
 

float MdcTrk_pathl::py
 

float MdcTrk_pathl::pz
 

int MdcTrk_pathl::status
 

MdcTrk* MdcTrk_pathl::trk
 

MdcTrk* MdcTrk_pathl::trk
 

float MdcTrk_pathl::xin
 

float MdcTrk_pathl::xout
 

float MdcTrk_pathl::yin
 

float MdcTrk_pathl::yout
 

float MdcTrk_pathl::zin
 

float MdcTrk_pathl::zout
 


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