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 callingoperator()
, it will prefix the pack of arguments with the result ofGaudi::Hive::currentContext()
.
Edited by Gerhard Raven