Skip to content

addArray in old config

Charles Burton requested to merge cburton/athena:master-ArrayInOldConfig into master

AthenaMonitoring:
In the initial implementation of GenericMonitoringArray, I neglected to implement addArray in the old version of AthMonitorCfgHelper. This has been added. Secondly, an omission in the doxygen was corrected.

DataQualityTools:
When testing the above changes, I used DQTDataFlowMonAlg. While doingso, so I noticed a mixture of tabs and spaces that will cause python3 problems in the future. So, I ran the files through my text editor's lint, and eliminated any possible formatting issues. No actual code changes, though.

Edited by Charles Burton

Merge request reports