ATLAS Offline Software
|
Functions | |
MultiComponentState | clone (const MultiComponentState &in) |
Clone TrackParameters method. More... | |
MultiComponentState | WithScaledError (MultiComponentState &&in, double errorScaleLocX, double errorScaleLocY, double errorScalePhi, double errorScaleTheta, double errorScaleQoverP) |
Scale the covariance matrix components by individual factors. More... | |
bool | allHaveCovariance (const MultiComponentState &in) |
Check to see if all components have covariance Matrix. More... | |
void | renormaliseState (MultiComponentState &, double norm=1) |
Performing renormalisation of total state weighting to one. More... | |
bool Trk::MultiComponentStateHelpers::allHaveCovariance | ( | const MultiComponentState & | in | ) |
Check to see if all components have covariance Matrix.
Definition at line 66 of file ComponentParameters.cxx.
Trk::MultiComponentState Trk::MultiComponentStateHelpers::clone | ( | const MultiComponentState & | in | ) |
void Trk::MultiComponentStateHelpers::renormaliseState | ( | Trk::MultiComponentState & | in, |
double | norm = 1 |
||
) |
Performing renormalisation of total state weighting to one.
Definition at line 80 of file ComponentParameters.cxx.
Trk::MultiComponentState Trk::MultiComponentStateHelpers::WithScaledError | ( | Trk::MultiComponentState && | in, |
double | errorScaleLocX, | ||
double | errorScaleLocY, | ||
double | errorScalePhi, | ||
double | errorScaleTheta, | ||
double | errorScaleQoverP | ||
) |
Scale the covariance matrix components by individual factors.
Definition at line 26 of file ComponentParameters.cxx.