EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <iostream>
#include <vector>
#include <math.h>
#include "VMatrix.h"
#include "TVectorD.h"
#include "TMatrixD.h"
#include "TMatrixDSym.h"
#include "Math/SMatrix.h"
#include "Math/SVector.h"
Go to the source code of this file.
Classes | |
class | gbl::GblData |
Data (block) for independent scalar measurement. More... | |
Namespaces | |
namespace | gbl |
Namespace for the general broken lines package. | |
Typedefs | |
typedef ROOT::Math::SMatrix < double, 2, 5 > | SMatrix25 |
typedef ROOT::Math::SMatrix < double, 2, 7 > | SMatrix27 |
typedef ROOT::Math::SMatrix < double, 5, 5 > | SMatrix55 |
GblData definition.
Definition in file GblData.h.
typedef ROOT::Math::SMatrix<double, 2, 5> SMatrix25 |
typedef ROOT::Math::SMatrix<double, 2, 7> SMatrix27 |