#ifndef HGEOMVERTEXFIT_H
#define HGEOMVERTEXFIT_H
#include "TObject.h"
#include "hgeommatrix.h"
#include "hgeomvector.h"
class HGeomVertexFit : public TObject {
private:
HGeomMatrix fM;
protected:
HGeomMatrix fSys;
HGeomVector fB;
public:
HGeomVertexFit(void);
~HGeomVertexFit(void);
void addLine(const HGeomVector &r,const HGeomVector &alpha,
const Double_t w=1.0);
void getVertex(HGeomVector &out);
void reset(void);
ClassDef(HGeomVertexFit,0)
};
#endif
Last change: Sat May 22 12:56:51 2010
Last generated: 2010-05-22 12:56
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.