ACTS
Experiment-independent tracking
Loading...
Searching...
No Matches
Acts::BoundaryTolerance::Chi2BoundParams Struct Reference

Parameters for chi2 boundary tolerance in bound coordinates. More...

#include <Acts/Surfaces/BoundaryTolerance.hpp>

Collaboration diagram for Acts::BoundaryTolerance::Chi2BoundParams:
[legend]

Public Member Functions

Eigen::Map< SquareMatrix2weightMatrix ()
 Get weight matrix as Eigen matrix.
Eigen::Map< const SquareMatrix2weightMatrix () 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.

Detailed Description

Parameters for chi2 boundary tolerance in bound coordinates.

Member Function Documentation

◆ weightMatrix() [1/2]

Eigen::Map< SquareMatrix2 > Acts::BoundaryTolerance::Chi2BoundParams::weightMatrix ( )

Get weight matrix as Eigen matrix.

Returns
Mapped weight matrix

◆ weightMatrix() [2/2]

Eigen::Map< const SquareMatrix2 > Acts::BoundaryTolerance::Chi2BoundParams::weightMatrix ( ) const

Get weight matrix as const Eigen matrix.

Returns
Mapped weight matrix