The Gaudi Framework  v38r0 (2143aa4c)
Gaudi::Examples::ContextTransformer Struct Referencefinal
Inheritance diagram for Gaudi::Examples::ContextTransformer:
Collaboration diagram for Gaudi::Examples::ContextTransformer:

Public Member Functions

 ContextTransformer (const std::string &name, ISvcLocator *svcLoc)
 
int operator() (const EventContext &ctx) const override
 

Detailed Description

Definition at line 258 of file MakeAndConsume.cpp.

Constructor & Destructor Documentation

◆ ContextTransformer()

Gaudi::Examples::ContextTransformer::ContextTransformer ( const std::string name,
ISvcLocator svcLoc 
)
inline

Definition at line 260 of file MakeAndConsume.cpp.

261  : Transformer( name, svcLoc, KeyValue{ "OutputLoc", "/Event/SomeOtherInt" } ) {}

Member Function Documentation

◆ operator()()

int Gaudi::Examples::ContextTransformer::operator() ( const EventContext ctx) const
inlineoverride

Definition at line 263 of file MakeAndConsume.cpp.

263  {
264  info() << "executing ContextConsumer, got " << ctx << endmsg;
265  return 9;
266  }

The documentation for this struct was generated from the following file:
bug_34121.name
name
Definition: bug_34121.py:20
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
Gaudi ::Functional::Transformer
details::Transformer< Signature, Traits_, details::isLegacy< Traits_ > > Transformer
Definition: Transformer.h:237