|
GENFIT
Rev:NoNumberAvailable
|
#include <iostream>#include <vector>#include <math.h>#include <stdexcept>#include <TVectorD.h>#include <TMatrixD.h>#include <TMatrixDSym.h>#include <TMatrixDSymEigen.h>#include <Math/SMatrix.h>#include <Math/SVector.h>

Go to the source code of this file.
Classes | |
| class | gbl::GblPoint |
| Point on trajectory. More... | |
Namespaces | |
| gbl | |
| Namespace for the general broken lines package. | |
Typedefs | |
| typedef ROOT::Math::SMatrix < double, 2 > | SMatrix22 |
| typedef ROOT::Math::SMatrix < double, 2, 3 > | SMatrix23 |
| typedef ROOT::Math::SMatrix < double, 2, 5 > | SMatrix25 |
| typedef ROOT::Math::SMatrix < double, 2, 7 > | SMatrix27 |
| typedef ROOT::Math::SMatrix < double, 3, 2 > | SMatrix32 |
| typedef ROOT::Math::SMatrix < double, 3 > | SMatrix33 |
| typedef ROOT::Math::SMatrix < double, 5 > | SMatrix55 |
| typedef ROOT::Math::SVector < double, 2 > | SVector2 |
| typedef ROOT::Math::SVector < double, 5 > | SVector5 |
| typedef ROOT::Math::SMatrix<double, 2> SMatrix22 |
Definition at line 23 of file GblPoint.h.
| typedef ROOT::Math::SMatrix<double, 2, 3> SMatrix23 |
Definition at line 24 of file GblPoint.h.
| typedef ROOT::Math::SMatrix<double, 2, 5> SMatrix25 |
Definition at line 25 of file GblPoint.h.
| typedef ROOT::Math::SMatrix<double, 2, 7> SMatrix27 |
Definition at line 26 of file GblPoint.h.
| typedef ROOT::Math::SMatrix<double, 3, 2> SMatrix32 |
Definition at line 27 of file GblPoint.h.
| typedef ROOT::Math::SMatrix<double, 3> SMatrix33 |
Definition at line 28 of file GblPoint.h.
| typedef ROOT::Math::SMatrix<double, 5> SMatrix55 |
Definition at line 29 of file GblPoint.h.
| typedef ROOT::Math::SVector<double, 2> SVector2 |
Definition at line 30 of file GblPoint.h.
| typedef ROOT::Math::SVector<double, 5> SVector5 |
Definition at line 31 of file GblPoint.h.
1.8.6