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

MdcRec_wirhit Class Reference

#include <MdcTables.h>

List of all members.

Public Member Functions

 MdcRec_wirhit (const MdcRec_wirhit &rhs)
 MdcRec_wirhit ()
 MdcRec_wirhit (const MdcRec_wirhit &rhs)
 MdcRec_wirhit ()
MdcRec_wirhitoperator= (const MdcRec_wirhit &rhs)
MdcRec_wirhitoperator= (const MdcRec_wirhit &rhs)
 ~MdcRec_wirhit ()
 ~MdcRec_wirhit ()

Public Attributes

float adc
MdcDat_wirhitdat
MdcDat_wirhitdat
float ddl
float ddr
float erddl
float erddr
const MdcGeoWiregeo
const MdcGeoWiregeo
int id
int lr
float pChiSq
RecMdcHitrechitptr
RecMdcHitrechitptr
int stat
float tdc
MdcRec_trktrk
MdcRec_trktrk


Constructor & Destructor Documentation

MdcRec_wirhit::MdcRec_wirhit  )  [inline]
 

00287 : geo(0), dat(0), trk(0),rechitptr(0){};

MdcRec_wirhit::~MdcRec_wirhit  ) 
 

00163                                {
00164 }

MdcRec_wirhit::MdcRec_wirhit const MdcRec_wirhit rhs  )  [inline]
 

00289                                            : geo(rhs.geo),
00290      dat(rhs.dat), trk(rhs.trk),rechitptr(rhs.rechitptr) {
00291      id = rhs.id;
00292      ddl = rhs.ddl;
00293      ddr = rhs.ddr;
00294      erddl = rhs.erddl;
00295      erddr = rhs.erddr;
00296      pChiSq = rhs.pChiSq;
00297      lr = rhs.lr;
00298      stat = rhs.stat; 
00299      tdc = rhs.tdc;
00300      adc = rhs.adc;
00301    }

MdcRec_wirhit::MdcRec_wirhit  )  [inline]
 

00287 : geo(0), dat(0), trk(0),rechitptr(0){};

MdcRec_wirhit::~MdcRec_wirhit  ) 
 

MdcRec_wirhit::MdcRec_wirhit const MdcRec_wirhit rhs  )  [inline]
 

00289                                            : geo(rhs.geo),
00290      dat(rhs.dat), trk(rhs.trk),rechitptr(rhs.rechitptr) {
00291      id = rhs.id;
00292      ddl = rhs.ddl;
00293      ddr = rhs.ddr;
00294      erddl = rhs.erddl;
00295      erddr = rhs.erddr;
00296      pChiSq = rhs.pChiSq;
00297      lr = rhs.lr;
00298      stat = rhs.stat; 
00299      tdc = rhs.tdc;
00300      adc = rhs.adc;
00301    }


Member Function Documentation

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

00303                                                        {
00304 
00305     if(this == &rhs)
00306         return *this;
00307      id = rhs.id;
00308      ddl = rhs.ddl;
00309      ddr = rhs.ddr;
00310      erddl = rhs.erddl;
00311      erddr = rhs.erddr;
00312      pChiSq = rhs.pChiSq;
00313      lr = rhs.lr;
00314      stat = rhs.stat; 
00315      geo = rhs.geo;
00316      trk = rhs.trk;
00317      dat = rhs.dat;
00318      tdc = rhs.tdc;
00319      adc = rhs.adc;
00320      rechitptr = rhs.rechitptr;
00321      return *this;
00322    }

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

00303                                                        {
00304 
00305     if(this == &rhs)
00306         return *this;
00307      id = rhs.id;
00308      ddl = rhs.ddl;
00309      ddr = rhs.ddr;
00310      erddl = rhs.erddl;
00311      erddr = rhs.erddr;
00312      pChiSq = rhs.pChiSq;
00313      lr = rhs.lr;
00314      stat = rhs.stat; 
00315      geo = rhs.geo;
00316      trk = rhs.trk;
00317      dat = rhs.dat;
00318      tdc = rhs.tdc;
00319      adc = rhs.adc;
00320      rechitptr = rhs.rechitptr;
00321      return *this;
00322    }


Member Data Documentation

float MdcRec_wirhit::adc
 

MdcDat_wirhit* MdcRec_wirhit::dat
 

MdcDat_wirhit* MdcRec_wirhit::dat
 

float MdcRec_wirhit::ddl
 

float MdcRec_wirhit::ddr
 

float MdcRec_wirhit::erddl
 

float MdcRec_wirhit::erddr
 

const MdcGeoWire* MdcRec_wirhit::geo
 

const MdcGeoWire* MdcRec_wirhit::geo
 

int MdcRec_wirhit::id
 

int MdcRec_wirhit::lr
 

float MdcRec_wirhit::pChiSq
 

RecMdcHit* MdcRec_wirhit::rechitptr
 

RecMdcHit* MdcRec_wirhit::rechitptr
 

int MdcRec_wirhit::stat
 

float MdcRec_wirhit::tdc
 

MdcRec_trk* MdcRec_wirhit::trk
 

MdcRec_trk* MdcRec_wirhit::trk
 


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