HYDRA_development_version
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
hgeomvertexfit.h
Go to the documentation of this file.
1
#ifndef HGEOMVERTEXFIT_H
2
#define HGEOMVERTEXFIT_H
3
4
#include "TObject.h"
5
#include "
hgeommatrix.h
"
6
#include "
hgeomvector.h
"
7
8
class
HGeomVertexFit
:
public
TObject {
9
private
:
10
HGeomMatrix
fM
;
//Temporal matrix for calculations
11
protected
:
12
HGeomMatrix
fSys
;
//LSM system inverse matrix
13
HGeomVector
fB
;
//LSM independent term
14
public
:
15
HGeomVertexFit
(
void
);
16
~HGeomVertexFit
(
void
);
17
void
addLine
(
const
HGeomVector
&r,
const
HGeomVector
&alpha,
18
const
Double_t w=1.0);
19
void
getVertex
(
HGeomVector
&out);
20
void
reset
(
void
);
21
ClassDef(
HGeomVertexFit
,0)
22
};
23
24
#endif
HGeomVertexFit
Definition:
hgeomvertexfit.h:8
HGeomVertexFit::fB
HGeomVector fB
Definition:
hgeomvertexfit.h:13
HGeomVertexFit::fM
HGeomMatrix fM
Definition:
hgeomvertexfit.h:10
HGeomMatrix
Definition:
hgeommatrix.h:7
hgeomvector.h
HGeomVertexFit::HGeomVertexFit
HGeomVertexFit(void)
Definition:
hgeomvertexfit.cc:23
HGeomVertexFit::~HGeomVertexFit
~HGeomVertexFit(void)
Definition:
hgeomvertexfit.cc:27
HGeomVertexFit::addLine
void addLine(const HGeomVector &r, const HGeomVector &alpha, const Double_t w=1.0)
Definition:
hgeomvertexfit.cc:31
hgeommatrix.h
HGeomVector
Definition:
hgeomvector.h:10
HGeomVertexFit::getVertex
void getVertex(HGeomVector &out)
Definition:
hgeomvertexfit.cc:61
HGeomVertexFit::reset
void reset(void)
Definition:
hgeomvertexfit.cc:106
HGeomVertexFit::fSys
HGeomMatrix fSys
Definition:
hgeomvertexfit.h:12
base
geometry
hgeomvertexfit.h
Generated on Fri Oct 9 2020 14:30:02 for HYDRA_development_version by
1.8.8