![]() |
ATLAS Offline Software
|
the matrices to access the variably-dimensioned local parameters and map them to the defined five track parameters. More...
#include <ProjectionMatricesSet.h>
Public Member Functions | |
| ProjectionMatricesSet (int maxdim) | |
| Explicit constructor for 1-dimensional vector. | |
| const Amg::MatrixX & | expansionMatrix (int mtx) const |
| Expansion matrix return. | |
| const Amg::MatrixX & | reductionMatrix (int mtx) const |
| Reduction matrix return. | |
| int | accessor (int mtx, ParamDefs par) const |
| Accessors for members. | |
Private Attributes | |
| int | m_maxdim |
| std::vector< Amg::MatrixX > | m_expansions |
| std::vector< Amg::MatrixX > | m_reductions |
| std::vector< std::vector< int > > | m_accessors |
the matrices to access the variably-dimensioned local parameters and map them to the defined five track parameters.
Definition at line 29 of file ProjectionMatricesSet.h.
| Trk::ProjectionMatricesSet::ProjectionMatricesSet | ( | int | maxdim | ) |
Explicit constructor for 1-dimensional vector.
Definition at line 12 of file ProjectionMatricesSet.cxx.
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 48 of file ProjectionMatricesSet.h.
|
private |
Definition at line 46 of file ProjectionMatricesSet.h.
|
private |
Definition at line 45 of file ProjectionMatricesSet.h.
|
private |
Definition at line 47 of file ProjectionMatricesSet.h.