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 119 of file KalFit.h.


Constructor & Destructor Documentation

KalHit::KalHit ( ) [inline]
 

Definition at line 121 of file KalFit.h.

KalHit::KalHit ( TYPE t ) [inline]
 

Definition at line 124 of file KalFit.h.

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

Definition at line 127 of file KalFit.h.

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

Definition at line 130 of file KalFit.h.


Member Function Documentation

KalHit KalHit::changeType ( TYPE typ )
 

Definition at line 1033 of file KalFit.cxx.

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

Definition at line 138 of file KalFit.h.

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

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

Definition at line 137 of file KalFit.h.

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

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

Definition at line 136 of file KalFit.h.


Member Data Documentation

KalMatrix KalHit::cov [private]
 

Definition at line 144 of file KalFit.h.

KalPar KalHit::par [private]
 

Definition at line 143 of file KalFit.h.

TYPE KalHit::type [private]
 

Definition at line 142 of file KalFit.h.


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