Skip to content

CalibrationDataInterface: remove unnecessary mutables

Frank Winklmeier requested to merge fwinkl/athena:jettagperf into master

Some of the mutables where only needed because the wrong std::map lookup was used ([] vs at).

Merge request reports