Skip to content

Minimal fixes to CaloRunClusterCorrection

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

Minor update of CaloRunClusterCorrection. This tool creates other tools dynamically, therefore data-dependencies are not propagated. This update adds ReadHandleKey to LAr and Tile bad channel containers because those a are (generally) needed by at least one of the dynamically-created tools.

Plus, make Blob2ToolConstants AlgTool private.

Merge request reports