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

Configuration for the estimation of the covariance matrix of the track parameters with estimateTrackParamCovariance. More...

#include <Acts/Seeding/EstimateTrackParamsFromSeed.hpp>

Public Attributes

double initialSigmaPtRel = 0.1
 The initial relative uncertainty sigma(pt)/pt.
double initialSigmaQoverPt = 0. * UnitConstants::e / UnitConstants::GeV
 The initial sigma for the q/pt.
BoundVector initialSigmas
 The initial sigmas for the track parameters.
BoundVector initialVarInflation = {1., 1., 1., 1., 1., 1.}
 The inflation factors for the variances of the track parameters.
double noTimeVarInflation = 100.
 The inflation factor for time uncertainty if the time parameter was not estimated.

Detailed Description

Configuration for the estimation of the covariance matrix of the track parameters with estimateTrackParamCovariance.

Member Data Documentation

◆ initialSigmaPtRel

double Acts::EstimateTrackParamCovarianceConfig::initialSigmaPtRel = 0.1

The initial relative uncertainty sigma(pt)/pt.

Note
The resulting q/p sigma is added to the one in initialSigmas

◆ initialSigmaQoverPt

double Acts::EstimateTrackParamCovarianceConfig::initialSigmaQoverPt = 0. * UnitConstants::e / UnitConstants::GeV

The initial sigma for the q/pt.

Note
The resulting q/p sigma is added to the one in initialSigmas

◆ initialSigmas

BoundVector Acts::EstimateTrackParamCovarianceConfig::initialSigmas
Initial value:
constexpr double ns
Nanosecond - 1e-9 second.
Definition Units.hpp:129
constexpr double degree
Degree - pi/180 radians.
Definition Units.hpp:144
constexpr double mm
Millimeter - native unit for length.
Definition Units.hpp:88
constexpr double e
Charge, native unit e (elementary charge).
Definition Units.hpp:169
constexpr double GeV
Gigaelectronvolt - native unit for energy/mass/momentum.
Definition Units.hpp:147

The initial sigmas for the track parameters.

◆ initialVarInflation

BoundVector Acts::EstimateTrackParamCovarianceConfig::initialVarInflation = {1., 1., 1., 1., 1., 1.}

The inflation factors for the variances of the track parameters.

◆ noTimeVarInflation

double Acts::EstimateTrackParamCovarianceConfig::noTimeVarInflation = 100.

The inflation factor for time uncertainty if the time parameter was not estimated.