Skip to content

Use writeHandle.addDependency instead of manual range-handling in PixelDCS CondAlgs

Walter Lampl requested to merge wlampl/athena:PixelDCSCondAlgs_addDep into master

Updates PixelDCSCondTempAlg, PixelDCSCondStateAlg, PixelDCSCondStatusAlg which look very similar and had all the same problem that I already described in !32240 (merged) : The range of the PixelModuleData was ignored.

Merge request reports