Skip to content

Merge changes from Chuck's athenaprivate1 branch: new DQ framework

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

Updates to the AthenaMonitoring package for Run III. I produced an abstract AthMonitorAlgorithm class, which users can subclass and implement the fillHistograms() method. An example of this is done in AthenaMonitoring/src/ExamplateMonitorAlgorithm.cxx, which will be used for the DQ workshop starting 16 January.

The configuration of the algorithms and tools is done by the AthMonitorCfgHelper python code. Similarly, an example of this is given in AthenaMonitoring/python/ExampleMonitorAlgorithm.py

Merge request reports