MdcTrk_pathl Class Reference

#include <TrkTables.h>

List of all members.

Public Member Functions

 MdcTrk_pathl ()
MdcTrk_pathloperator= (MdcTrk_pathl &rhs)

Public Attributes

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


Detailed Description

Definition at line 366 of file TrkTables.h.


Constructor & Destructor Documentation

MdcTrk_pathl::MdcTrk_pathl (  )  [inline]

Definition at line 368 of file TrkTables.h.

00368 :trk(0) {};


Member Function Documentation

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

Definition at line 369 of file TrkTables.h.

References id, layer, pathl, px, py, pz, status, trk, xin, xout, yin, yout, zin, and zout.

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

Definition at line 385 of file TrkTables.h.

Referenced by operator=().

int MdcTrk_pathl::layer

Definition at line 392 of file TrkTables.h.

Referenced by operator=().

float MdcTrk_pathl::pathl

Definition at line 400 of file TrkTables.h.

Referenced by operator=().

float MdcTrk_pathl::px

Definition at line 401 of file TrkTables.h.

Referenced by operator=().

float MdcTrk_pathl::py

Definition at line 402 of file TrkTables.h.

Referenced by operator=().

float MdcTrk_pathl::pz

Definition at line 403 of file TrkTables.h.

Referenced by operator=().

int MdcTrk_pathl::status

Definition at line 404 of file TrkTables.h.

Referenced by operator=().

MdcTrk* MdcTrk_pathl::trk

Definition at line 393 of file TrkTables.h.

Referenced by operator=().

float MdcTrk_pathl::xin

Definition at line 394 of file TrkTables.h.

Referenced by operator=().

float MdcTrk_pathl::xout

Definition at line 397 of file TrkTables.h.

Referenced by operator=().

float MdcTrk_pathl::yin

Definition at line 395 of file TrkTables.h.

Referenced by operator=().

float MdcTrk_pathl::yout

Definition at line 398 of file TrkTables.h.

Referenced by operator=().

float MdcTrk_pathl::zin

Definition at line 396 of file TrkTables.h.

Referenced by operator=().

float MdcTrk_pathl::zout

Definition at line 399 of file TrkTables.h.

Referenced by operator=().


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