Skip to content

Add support for EventContext as input to Gaudi::Functional algorithms

  • one can now specify const EventContext& as the first (input) argument to a Gaudi::Functional algorithm
  • the implementations will skip the EventContext when generating the input handles for the input, and, when calling operator(), it will prefix the pack of arguments with the result of Gaudi::Hive::currentContext().
Edited by Gerhard Raven

Merge request reports