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

Encapsulates a component of a Gaussian mixture as used by the GSF. More...

#include <Acts/TrackFitting/GsfOptions.hpp>

Public Attributes

BoundSquareMatrix boundCov = BoundSquareMatrix::Identity()
 Covariance matrix for the bound track parameters.
BoundVector boundPars = BoundVector::Zero()
 Bound track parameters for this component.
double weight = 0
 Weight of this component in the Gaussian mixture.

Detailed Description

Encapsulates a component of a Gaussian mixture as used by the GSF.

Member Data Documentation

◆ boundCov

BoundSquareMatrix Acts::GsfComponent::boundCov = BoundSquareMatrix::Identity()

Covariance matrix for the bound track parameters.

◆ boundPars

BoundVector Acts::GsfComponent::boundPars = BoundVector::Zero()

Bound track parameters for this component.

◆ weight

double Acts::GsfComponent::weight = 0

Weight of this component in the Gaussian mixture.