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 arguments with the result of `Gaudi::Hive::currentContext()`.
Please register or sign in to comment