diff --git a/Core/include/Acts/Utilities/ParameterDefinitions.hpp b/Core/include/Acts/Utilities/ParameterDefinitions.hpp index 02e31f8192f4626b098b9d6422ea7bf8d94a7f7b..66e78cea93e0362c054bbb38105d28ecebd5031a 100644 --- a/Core/include/Acts/Utilities/ParameterDefinitions.hpp +++ b/Core/include/Acts/Utilities/ParameterDefinitions.hpp @@ -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.