![]() |
ATLAS Offline Software
|
Code for performing kalman filter update step on multi-component states for the gaussian-sum filter. More...
#include "TrkGaussianSumFilterUtils/MultiComponentStateAssembler.h"
#include "TrkEventPrimitives/FitQualityOnSurface.h"
#include "TrkMeasurementBase/MeasurementBase.h"
#include "TrkParameters/ComponentParameters.h"
Go to the source code of this file.
Namespaces | |
Trk | |
Ensure that the ATLAS eigen extensions are properly loaded. | |
Trk::GsfMeasurementUpdator | |
Functions | |
MultiComponentState | Trk::GsfMeasurementUpdator::update (Trk::MultiComponentState &&, const Trk::MeasurementBase &, FitQualityOnSurface &fitQoS) |
Method for updating the multi-state with a new measurement and calculate the fit qaulity at the same time. More... | |
FitQualityOnSurface | Trk::GsfMeasurementUpdator::fitQuality (const MultiComponentState &, const MeasurementBase &) |
Method for determining the chi2 of the multi-component state and the number of degrees of freedom. More... | |
Code for performing kalman filter update step on multi-component states for the gaussian-sum filter.
Definition in file GsfMeasurementUpdator.h.