AthenaConfiguration: add support for Auditors
Add addAuditor
function to ComponentAccumulator
to be able to add
configured Auditors to the configuration. The function also takes care
of creating and configuring the required AuditorSvc
. Example:
acc.addAuditor(CompFactory.FPEAuditor(NStacktracesOnFPE=42))
The user no longer needs to create the AuditorSvc
explicitly.
Fixes the issue in this egroup discussion.