Skip to content
  • Gerhard Raven's avatar
    Add support for EventContext as input to Gaudi::Functional algorithms · 3413cfce
    Gerhard Raven authored
    - 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 arguments with the result of
      `Gaudi::Hive::currentContext()`.
    3413cfce