Skip to content
Snippets Groups Projects
Unverified Commit 2b53e952 authored by Tadeas Bilka's avatar Tadeas Bilka Committed by GitHub
Browse files

Use getFittedState consistently

parent 4a82cb15
Branches
No related tags found
No related merge requests found
......@@ -329,8 +329,8 @@ namespace genfit {
fwdPrediction_ += fwdStateCorrection_; // This is the update!
bwdPrediction_ += bwdStateCorrection_; // This is the update!
fittedStateFwd_.reset( new MeasuredStateOnPlane(fwdPrediction_, fwdCov_, sharedPlane_, rep_, fittedStateFwd_->getAuxInfo()) );
fittedStateBwd_.reset( new MeasuredStateOnPlane(bwdPrediction_, bwdCov_, sharedPlane_, rep_, fittedStateBwd_->getAuxInfo()) );
fittedStateFwd_.reset( new MeasuredStateOnPlane(fwdPrediction_, fwdCov_, sharedPlane_, rep_, getFittedState(true).getAuxInfo()) );
fittedStateBwd_.reset( new MeasuredStateOnPlane(bwdPrediction_, bwdCov_, sharedPlane_, rep_, getFittedState(true).getAuxInfo()) );
// Set scattering/measurement residual data
kinkResiduals_ = kResiduals;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment