1 #ifndef GAUDI_FUNCTIONAL_CONSUMER_H 2 #define GAUDI_FUNCTIONAL_CONSUMER_H 14 template <
typename Signature,
typename Traits_ = Traits::useDefaults>
17 template <
typename... In,
typename Traits_>
37 virtual void operator()(
const In&... )
const = 0;
virtual const std::string & message() const
error message to be printed
Define general base for Gaudi exception.
class MergingTransformer< Out(const vector_of_const_< In > void
typename filter_evtcontext_t< In... >::type filter_evtcontext
virtual const StatusCode & code() const
StatusCode for Exception.
This class is used for returning status codes from appropriate routines.
static auto apply(const Algorithm &algo, Handles &handles)
constexpr static const auto SUCCESS
std::vector< InputHandle_t< In > > m_inputs
virtual Out operator()(const vector_of_const_< In > &inputs) const =0
StatusCode execute() override final
struct[[deprecated("use MergingTransformer instead")]] Traits_
Helper functions to set/get the application return code.
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.