MdcTrk_tof Class Reference

#include <TrkTables.h>

List of all members.

Public Member Functions

 MdcTrk_tof ()
MdcTrk_tofoperator= (MdcTrk_tof &rhs)

Public Attributes

int id
MdcTrkrectrk
float tof
float tof_k
float tof_p


Detailed Description

Definition at line 442 of file TrkTables.h.


Constructor & Destructor Documentation

MdcTrk_tof::MdcTrk_tof (  )  [inline]

Definition at line 444 of file TrkTables.h.

00444 : rectrk(0) {};


Member Function Documentation

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

Definition at line 445 of file TrkTables.h.

References id, rectrk, tof_k, and tof_p.

00445                                          {
00446     id = rhs.id ;
00447     rectrk = rhs.rectrk;
00448     tof_k = rhs.tof_k;
00449     tof_p = rhs.tof_p;
00450     return *this;     
00451      
00452   };


Member Data Documentation

int MdcTrk_tof::id

Definition at line 452 of file TrkTables.h.

Referenced by operator=().

MdcTrk* MdcTrk_tof::rectrk

Definition at line 455 of file TrkTables.h.

Referenced by operator=().

float MdcTrk_tof::tof

Definition at line 456 of file TrkTables.h.

float MdcTrk_tof::tof_k

Definition at line 457 of file TrkTables.h.

Referenced by operator=().

float MdcTrk_tof::tof_p

Definition at line 458 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