Replace maps with contiguous keys used for Pixel charge calibration by vectors.
The pixel charge calibration stores several calibration constants in maps which are accessed via the diode enum and the module hash. Both keys are contiguous which allows to replace the maps by vectors. By doing the latter map searches are replaced by indexed array access.
Intended to address ATLASRECTS-7320.
Edited by Goetz Gaycken