Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

TkrHit Class Reference

Root object concerning a silicon cluster that is in track. More...

#include <TkrHit.h>

Inheritance diagram for TkrHit:

TObject List of all members.

Public Methods

 TkrHit ()
 constructor.

virtual ~TkrHit ()
 destructor. More...

void Clean ()
void Create ()
Float_t getResidual ()
 provide access to the residual. More...

void setResidual (Float_t r)
Float_t getChi2 ()
 access Chi2. More...

void setChi2 (Float_t chi)
TkrSiClustergetSiCluster ()
 acces the TkrSiCluster pointer. More...

void setSiCluster (TkrSiCluster *si)
 set the TkrSiCluster pointer. More...

TkrLocatorgetLocator ()
 access TkrLocator pointer. More...

void setLocator (TkrLocator *l)
 set the TkrLocator pointer. More...


Private Attributes

Float_t m_residual
Float_t m_chi2
TkrSiClusterm_cluster
TkrLocatorm_locator

Detailed Description

Root object concerning a silicon cluster that is in track.

This object is only referenced via a TkrTrack /*! Contains a pointer to a TkrSiCluster that is associated with this TkrHit. Also contains stats pertaining to this TkrHit within a TkrTrack.

Definition at line 16 of file TkrHit.h.


Constructor & Destructor Documentation

TkrHit::TkrHit ( )
 

constructor.

TkrHit::~TkrHit ( ) [virtual]
 

destructor.

Definition at line 17 of file TkrHit.cxx.


Member Function Documentation

void TkrHit::Clean ( )
 

Definition at line 21 of file TkrHit.cxx.

Referenced by ~TkrHit().

void TkrHit::Create ( )
 

Definition at line 37 of file TkrHit.cxx.

Float_t TkrHit::getChi2 ( ) [inline]
 

access Chi2.

Definition at line 47 of file TkrHit.h.

TkrLocator * TkrHit::getLocator ( ) [inline]
 

access TkrLocator pointer.

Definition at line 56 of file TkrHit.h.

Float_t TkrHit::getResidual ( ) [inline]
 

provide access to the residual.

Definition at line 43 of file TkrHit.h.

TkrSiCluster * TkrHit::getSiCluster ( ) [inline]
 

acces the TkrSiCluster pointer.

Definition at line 51 of file TkrHit.h.

void TkrHit::setChi2 ( Float_t chi ) [inline]
 

Definition at line 48 of file TkrHit.h.

void TkrHit::setLocator ( TkrLocator * l ) [inline]
 

set the TkrLocator pointer.

Definition at line 58 of file TkrHit.h.

void TkrHit::setResidual ( Float_t r ) [inline]
 

Definition at line 44 of file TkrHit.h.

void TkrHit::setSiCluster ( TkrSiCluster * si ) [inline]
 

set the TkrSiCluster pointer.

Definition at line 53 of file TkrHit.h.


Member Data Documentation

Float_t TkrHit::m_chi2 [private]
 

Definition at line 22 of file TkrHit.h.

TkrSiCluster * TkrHit::m_cluster [private]
 

Definition at line 24 of file TkrHit.h.

TkrLocator * TkrHit::m_locator [private]
 

Definition at line 29 of file TkrHit.h.

Float_t TkrHit::m_residual [private]
 

Definition at line 21 of file TkrHit.h.


The documentation for this class was generated from the following files:
Generated at Wed Nov 21 12:20:19 2001 by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000