Dropped the dependency on IncidentSvc from AthAnalysisAlgorithm
The dependency was redundant. AthAnalysisAlgorithm
was registering itself as a listener
on three incidents, but in fact was listening only to BeginInputFile
. The handler
of the latter incident was used only to set a redundant m_currentFile
flag.
Also dropped the redundant currentFile
method, which did not have any clients.
Tag: @krumnack
Merge request reports
Activity
added Core master review-pending-level-1 labels
CI Result SUCCESS (hash 68bec1c2)Athena AthSimulation externals cmake make required tests optional tests Full details available on this CI monitor view
Athena: number of compilation errors 0, warnings 2
AthSimulation: number of compilation errors 0, warnings 0
For experts only: Jenkins output [CI-MERGE-REQUEST-CC7 9945]added review-approved label and removed review-pending-level-1 label
mentioned in commit b6d964ab
added sweep:ignore label