EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#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 | |
namespace | 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 |
GblPoint definition.
Definition in file GblPoint.h.
typedef ROOT::Math::SMatrix<double, 2> SMatrix22 |
Definition at line 44 of file GblPoint.h.
View newest version in sPHENIX GitHub at line 44 of file GblPoint.h
typedef ROOT::Math::SMatrix<double, 2, 3> SMatrix23 |
Definition at line 45 of file GblPoint.h.
View newest version in sPHENIX GitHub at line 45 of file GblPoint.h
typedef ROOT::Math::SMatrix<double, 2, 5> SMatrix25 |
Definition at line 46 of file GblPoint.h.
View newest version in sPHENIX GitHub at line 46 of file GblPoint.h
typedef ROOT::Math::SMatrix<double, 2, 7> SMatrix27 |
Definition at line 47 of file GblPoint.h.
View newest version in sPHENIX GitHub at line 47 of file GblPoint.h
typedef ROOT::Math::SMatrix<double, 3, 2> SMatrix32 |
Definition at line 48 of file GblPoint.h.
View newest version in sPHENIX GitHub at line 48 of file GblPoint.h
typedef ROOT::Math::SMatrix<double, 3> SMatrix33 |
Definition at line 49 of file GblPoint.h.
View newest version in sPHENIX GitHub at line 49 of file GblPoint.h
typedef ROOT::Math::SMatrix<double, 5> SMatrix55 |
Definition at line 50 of file GblPoint.h.
View newest version in sPHENIX GitHub at line 50 of file GblPoint.h
typedef ROOT::Math::SVector<double, 2> SVector2 |
Definition at line 51 of file GblPoint.h.
View newest version in sPHENIX GitHub at line 51 of file GblPoint.h
typedef ROOT::Math::SVector<double, 5> SVector5 |
Definition at line 52 of file GblPoint.h.
View newest version in sPHENIX GitHub at line 52 of file GblPoint.h