9#ifndef TRKEVENTPRIMITIVES_PROJECTIONMATRICESSET_H
10#define TRKEVENTPRIMITIVES_PROJECTIONMATRICESSET_H
int accessor(int mtx, ParamDefs par) const
Accessors for members.
std::vector< std::vector< int > > m_accessors
std::vector< Amg::MatrixX > m_expansions
std::vector< Amg::MatrixX > m_reductions
const Amg::MatrixX & expansionMatrix(int mtx) const
Expansion matrix return.
ProjectionMatricesSet(int maxdim)
Explicit constructor for 1-dimensional vector.
const Amg::MatrixX & reductionMatrix(int mtx) const
Reduction matrix return.
Eigen::Matrix< double, Eigen::Dynamic, Eigen::Dynamic > MatrixX
Dynamic Matrix - dynamic allocation.
Ensure that the ATLAS eigen extensions are properly loaded.
ParamDefs
This file defines the parameter enums in the Trk namespace.