ATLAS Offline Software
GsfMeasurementUpdator.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3 */
4 
13 #ifndef TrkGsfMeasurementUpdator_H
14 #define TrkGsfMeasurementUpdator_H
15 
17 //
21 
22 namespace Trk {
23 
24 namespace GsfMeasurementUpdator {
25 
31  const Trk::MeasurementBase&,
32  FitQualityOnSurface& fitQoS);
33 
38 
39 } // end of GsfMeasurementUpdator namespace
40 } // end of namespace Trk
41 
42 #endif
MeasurementBase.h
FitQualityOnSurface.h
Trk::FitQualityOnSurface
Definition: FitQualityOnSurface.h:19
MultiComponentStateAssembler.h
Trk::MultiComponentState
std::vector< ComponentParameters > MultiComponentState
Definition: ComponentParameters.h:27
Trk::MeasurementBase
Definition: MeasurementBase.h:58
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition: FakeTrackBuilder.h:9
Trk::GsfMeasurementUpdator::fitQuality
FitQualityOnSurface fitQuality(const MultiComponentState &, const MeasurementBase &)
Method for determining the chi2 of the multi-component state and the number of degrees of freedom.
Definition: GsfMeasurementUpdator.cxx:845
ComponentParameters.h
Definition of component parameters for use in a mixture of many components. In this regime each track...
Trk::GsfMeasurementUpdator::update
MultiComponentState 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 ...
Definition: GsfMeasurementUpdator.cxx:808