The Gaudi Framework  master (594c33fa)
Gaudi::TestSuite::ContextConsumer Struct Referencefinal
Inheritance diagram for Gaudi::TestSuite::ContextConsumer:
Collaboration diagram for Gaudi::TestSuite::ContextConsumer:

Public Member Functions

void operator() (const EventContext &ctx) const override
 

Detailed Description

Definition at line 247 of file MakeAndConsume.cpp.

Member Function Documentation

◆ operator()()

void Gaudi::TestSuite::ContextConsumer::operator() ( const EventContext ctx) const
inlineoverride

Definition at line 251 of file MakeAndConsume.cpp.

251  {
252  info() << "executing ContextConsumer, got " << ctx << endmsg;
253  }

The documentation for this struct was generated from the following file:
GaudiPython.Pythonizations.ctx
ctx
Definition: Pythonizations.py:578
endmsg
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.
Definition: MsgStream.h:203