Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
acts-core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
acts
acts-core
Commits
bee4d961
Commit
bee4d961
authored
5 years ago
by
Paul Gessinger
Committed by
Paul Gessinger
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
remove commented out lines
parent
c79a4689
No related branches found
No related tags found
1 merge request
!643
KF on multitrajectory
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Core/include/Acts/Fitter/GainMatrixUpdater.hpp
+0
-2
0 additions, 2 deletions
Core/include/Acts/Fitter/GainMatrixUpdater.hpp
with
0 additions
and
2 deletions
Core/include/Acts/Fitter/GainMatrixUpdater.hpp
+
0
−
2
View file @
bee4d961
...
@@ -75,9 +75,7 @@ class GainMatrixUpdater {
...
@@ -75,9 +75,7 @@ class GainMatrixUpdater {
// read-only handles. Types are eigen maps to backing storage
// read-only handles. Types are eigen maps to backing storage
const
auto
predicted
=
trackState
.
predicted
();
const
auto
predicted
=
trackState
.
predicted
();
// const auto predicted = *trackState.parameter.predicted;
const
auto
predicted_covariance
=
trackState
.
predictedCovariance
();
const
auto
predicted_covariance
=
trackState
.
predictedCovariance
();
// const CovMatrix_t& predicted_covariance = *predicted.covariance();
// ParVector_t filtered_parameters;
// ParVector_t filtered_parameters;
// CovMatrix_t filtered_covariance;
// CovMatrix_t filtered_covariance;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment