The Gaudi Framework  v36r9p1 (5c15b2bb)
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 246 of file MakeAndConsume.cpp.

Member Function Documentation

◆ operator()()

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

Definition at line 250 of file MakeAndConsume.cpp.

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

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