Skip to content

add suggestPhotonMapKeys() to TrigGlobalEfficiencyCorrectionTool

Julien Maurer requested to merge jmaurer/athena:TGEC-suggest-photons-130723 into main

These suggest*() functions are auxiliary static methods of the class that can be used to help configuring an actual tool instance. Only electrons were supported so far, this extends to photons, for !64337 (merged). The MR adds two functions, the one from the the title and a more generic suggestEgammaMapKeys() that takes an extra argument (the desired object type).

The example 4 in the package was extended to test the photon implementation.

Merge request reports