|
ACTS
Experiment-independent tracking
|
Parameters for chi2 boundary tolerance in Cartesian coordinates. More...
#include <Acts/Surfaces/BoundaryTolerance.hpp>
Public Member Functions | |
| Eigen::Map< SquareMatrix2 > | weightMatrix () |
| Get weight matrix as Eigen matrix. | |
| Eigen::Map< const SquareMatrix2 > | weightMatrix () const |
| Get weight matrix as const Eigen matrix. | |
Public Attributes | |
| double | maxChi2 {} |
| Maximum chi2 value. | |
| std::array< double, 4 > | weight {} |
| Weight matrix stored as flat array. | |
Parameters for chi2 boundary tolerance in Cartesian coordinates.
| Eigen::Map< SquareMatrix2 > Acts::BoundaryTolerance::Chi2CartesianParams::weightMatrix | ( | ) |
Get weight matrix as Eigen matrix.
| Eigen::Map< const SquareMatrix2 > Acts::BoundaryTolerance::Chi2CartesianParams::weightMatrix | ( | ) | const |
Get weight matrix as const Eigen matrix.