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

KalHit Class Reference

#include <KalFit.h>

List of all members.

Public Types

enum  TYPE {
  MEAS, FIT, PRED, SMOOTH,
  UNKNOWN
}

Public Methods

 KalHit ()
 KalHit (TYPE t)
 KalHit (TYPE t, const KalPar& p, const KalMatrix& m)
 KalHit (const KalHit& right)
KalHit changeType (TYPE type)
const TYPEgetType () const
const KalPargetPar () const
const KalMatrixgetCov () const

Private Attributes

TYPE type
KalPar par
KalMatrix cov


Member Enumeration Documentation

enum KalHit::TYPE
 

Enumeration values:
MEAS  
FIT  
PRED  
SMOOTH  
UNKNOWN  

Definition at line 129 of file KalFit.h.


Constructor & Destructor Documentation

KalHit::KalHit ( ) [inline]
 

Definition at line 131 of file KalFit.h.

KalHit::KalHit ( TYPE t ) [inline]
 

Definition at line 134 of file KalFit.h.

KalHit::KalHit ( TYPE t,
const KalPar & p,
const KalMatrix & m ) [inline]
 

Definition at line 137 of file KalFit.h.

KalHit::KalHit ( const KalHit & right ) [inline]
 

Definition at line 140 of file KalFit.h.


Member Function Documentation

KalHit KalHit::changeType ( TYPE typ )
 

Definition at line 1032 of file KalFit.cxx.

const KalMatrix & KalHit::getCov ( ) const [inline]
 

Definition at line 148 of file KalFit.h.

Referenced by GFsegment::best(), GFsegment::doit(), KalPlane::filter(), KalPlane::getDeltaChiSq(), KalPlane::getSigma(), KalPlane::predicted(), and KalPlane::smoother().

const KalPar & KalHit::getPar ( ) const [inline]
 

Definition at line 147 of file KalFit.h.

Referenced by GFsegment::crack(), GFsegment::doit(), KalPlane::filter(), KalTrack::generateFirstFitHit(), KalPlane::getDeltaChiEne(), KalPlane::getDeltaChiSq(), KalPlane::getPoint(), KalPlane::getSigma(), KalTrack::positionAtZ(), KalPlane::predicted(), and KalPlane::smoother().

const TYPE & KalHit::getType ( ) const [inline]
 

Definition at line 146 of file KalFit.h.


Member Data Documentation

KalMatrix KalHit::cov [private]
 

Definition at line 154 of file KalFit.h.

KalPar KalHit::par [private]
 

Definition at line 153 of file KalFit.h.

TYPE KalHit::type [private]
 

Definition at line 152 of file KalFit.h.


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