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
GitLab 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
0cde85ce
Commit
0cde85ce
authored
Mar 25, 2020
by
Moritz Kiehn
Browse files
Options
Downloads
Patches
Plain Diff
Utilities: add note on naming ambiguity
parent
ac725485
No related branches found
No related tags found
1 merge request
!794
WIP: Add common covariance transport
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Core/include/Acts/Utilities/ParameterDefinitions.hpp
+7
-0
7 additions, 0 deletions
Core/include/Acts/Utilities/ParameterDefinitions.hpp
with
7 additions
and
0 deletions
Core/include/Acts/Utilities/ParameterDefinitions.hpp
+
7
−
0
View file @
0cde85ce
...
...
@@ -23,6 +23,13 @@
#else
namespace
Acts
{
// Note:
// The named indices are use to access raw data vectors and matrices at the
// lowest level. Since the interpretation of some of the components, e.g. local
// position and the inverse-momentum-like component, depend on additional
// information the names have some ambiguity. This can only be resolved at a
// higher logical level and no attempt is made to resolve it here.
/// Components of a bound track parameters vector.
///
/// To be used to access components by named indices instead of just numbers.
...
...
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
sign in
to comment