Skip to content

dqm_algorithms: const fixes

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

For most algorithms a const pointer to the histogram is enough and there is no need to cast away constness.

Merge request reports