![]() |
ATLAS Offline Software
|
Functions | |
| template<int N> | |
| void | compress (const Eigen::Matrix< float, N, N, 0, N, N > &covMatrix, std::vector< float > &vec) |
| template<int N> | |
| void | expand (std::vector< float >::const_iterator it, std::vector< float >::const_iterator, Eigen::Matrix< float, N, N, 0, N, N > &covMatrix) |
| void xAOD::MatrixHelpers::compress | ( | const Eigen::Matrix< float, N, N, 0, N, N > & | covMatrix, |
| std::vector< float > & | vec ) |
Definition at line 28 of file Egamma_v1.cxx.
| void xAOD::MatrixHelpers::expand | ( | std::vector< float >::const_iterator | it, |
| std::vector< float >::const_iterator | , | ||
| Eigen::Matrix< float, N, N, 0, N, N > & | covMatrix ) |
Definition at line 37 of file Egamma_v1.cxx.