The Gaudi Framework  v36r1 (3e2fb5a8)
Gaudi::Examples::ContextConsumer Struct Referencefinal
Inheritance diagram for Gaudi::Examples::ContextConsumer:
Collaboration diagram for Gaudi::Examples::ContextConsumer:

Public Member Functions

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

Detailed Description

Definition at line 202 of file MakeAndConsume.cpp.

Member Function Documentation

◆ operator()()

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

Definition at line 206 of file MakeAndConsume.cpp.

206  {
207  info() << "executing ContextConsumer, got " << ctx << endmsg;
208  }

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