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