HYDRA_development_version
|
#include <hgeomvertexfit3.h>
Public Member Functions | |
HGeomVertexFit3 (void) | |
~HGeomVertexFit3 (void) | |
void | addLine (const HGeomVector &r, const HGeomVector &alpha, const Double_t w=1.0) |
void | getVertex (HGeomVector &out) |
void | reset (void) |
Protected Attributes | |
HGeomMatrix | fSys |
HGeomVector | fB |
Private Attributes | |
HGeomMatrix | fM |
Definition at line 9 of file hgeomvertexfit3.h.
HGeomVertexFit3::HGeomVertexFit3 | ( | void | ) |
Definition at line 22 of file hgeomvertexfit3.cc.
HGeomVertexFit3::~HGeomVertexFit3 | ( | void | ) |
Definition at line 26 of file hgeomvertexfit3.cc.
void HGeomVertexFit3::addLine | ( | const HGeomVector & | r, |
const HGeomVector & | alpha, | ||
const Double_t | w = 1.0 |
||
) |
Definition at line 30 of file hgeomvertexfit3.cc.
References fB, fM, fSys, HGeomVector::getX(), HGeomVector::getY(), HGeomVector::getZ(), HGeomVector::X(), HGeomVector::Y(), and HGeomVector::Z().
void HGeomVertexFit3::getVertex | ( | HGeomVector & | out | ) |
Definition at line 64 of file hgeomvertexfit3.cc.
References fB, fM, fSys, and HGeomVector::setXYZ().
void HGeomVertexFit3::reset | ( | void | ) |
Definition at line 107 of file hgeomvertexfit3.cc.
References fB, fM, fSys, and HGeomVector::setXYZ().
|
protected |
Definition at line 14 of file hgeomvertexfit3.h.
Referenced by addLine(), getVertex(), and reset().
|
private |
Definition at line 11 of file hgeomvertexfit3.h.
Referenced by addLine(), getVertex(), and reset().
|
protected |
Definition at line 13 of file hgeomvertexfit3.h.
Referenced by addLine(), getVertex(), and reset().