Skip to content
Snippets Groups Projects
Commit 0cde85ce authored by Moritz Kiehn's avatar Moritz Kiehn
Browse files

Utilities: add note on naming ambiguity

parent ac725485
No related branches found
No related tags found
1 merge request!794WIP: Add common covariance transport
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment