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

KalFit.h File Reference

#include "TkrRecon/SiClusters.h"

Go to the source code of this file.

Compounds

class  KalHit
class  KalMatrix
class  KalPar
class  KalPlane
class  KalTrack

Defines

#define _KALFIT_H   1

Functions

double operator * (const KalPar&, const KalPar&)
KalPar operator+ (const KalPar&, const KalPar&)
KalPar operator- (const KalPar&, const KalPar&)
KalPar operator * (const KalMatrix&, const KalPar&)
KalMatrix operator * (const KalMatrix&, const KalMatrix&)
KalMatrix operator+ (const KalMatrix&, const KalMatrix&)
KalMatrix operator- (const KalMatrix&, const KalMatrix&)
bool operator< (const KalPlane&, const KalPlane&)
bool operator== (const KalPlane&, const KalPlane&)


Define Documentation

#define _KALFIT_H   1
 

Definition at line 10 of file KalFit.h.


Function Documentation

KalMatrix operator * ( const KalMatrix & ma,
const KalMatrix & mb )
 

Definition at line 1087 of file KalFit.cxx.

KalPar operator * ( const KalMatrix & m,
const KalPar & p )
 

Definition at line 1078 of file KalFit.cxx.

double operator * ( const KalPar & pa,
const KalPar & pb )
 

Definition at line 1052 of file KalFit.cxx.

KalMatrix operator+ ( const KalMatrix & ma,
const KalMatrix & mb )
 

Definition at line 1104 of file KalFit.cxx.

KalPar operator+ ( const KalPar & pa,
const KalPar & pb )
 

Definition at line 1060 of file KalFit.cxx.

KalMatrix operator- ( const KalMatrix & ma,
const KalMatrix & mb )
 

Definition at line 1120 of file KalFit.cxx.

KalPar operator- ( const KalPar & pa,
const KalPar & pb )
 

Definition at line 1069 of file KalFit.cxx.

bool operator< ( const KalPlane &,
const KalPlane & )
 

bool operator== ( const KalPlane &,
const KalPlane & )
 


Generated at Wed Nov 21 12:21:28 2001 by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000