|
ACTS
Experiment-independent tracking
|
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. | |
Encapsulates a component of a Gaussian mixture as used by the GSF.
| BoundSquareMatrix Acts::GsfComponent::boundCov = BoundSquareMatrix::Identity() |
Covariance matrix for the bound track parameters.
| BoundVector Acts::GsfComponent::boundPars = BoundVector::Zero() |
Bound track parameters for this component.
| double Acts::GsfComponent::weight = 0 |
Weight of this component in the Gaussian mixture.