Number of Parameters hardcoded in parts of the code (was ACTS-258)
Original author Valentin Volkl @vavolkl
Some parts of ACTS use ActsVectorD<5> and other variants of hardcoded parameter numbers in combination with ParameterSets. This breaks the code when the ParDef enum is modified. Naturally some parts of the code assume a certain form of the parameters, but using NGlobalPars or ParVec_t would allow to extend the Parameter set (which I'm trying to do with timing information :)
Edited by Moritz Kiehn