Skip to content
Snippets Groups Projects
Commit 5263a9ec authored by Moritz Kiehn's avatar Moritz Kiehn Committed by Fabian Klimpel
Browse files

Utilities: add note on naming ambiguity

parent e34a1171
No related branches found
No related tags found
1 merge request!785Clean up the parameter definitions
......@@ -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.
Finish editing this message first!
Please register or to comment