EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GblPoint.h File Reference
#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"
+ Include dependency graph for GblPoint.h:
+ This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

GblPoint definition.

Author
Claus Kleinwort, DESY, 2011 (Claus.nosp@m..Kle.nosp@m.inwor.nosp@m.t@de.nosp@m.sy.de)

Definition in file GblPoint.h.

Typedef Documentation

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