Skip to content

dqm_algorithms: thread-checker fixes

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

Various const cleanups. Mark those algorithms that rely on const_cast (e.g. for fitting) as not thread-safe. Strictly speaking one should probably make a copy of the input histogram for these operations.

Merge request reports

Loading