The Gaudi Framework  v36r2 (27905625)
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 213 of file MakeAndConsume.cpp.

Constructor & Destructor Documentation

◆ ContextTransformer()

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

Definition at line 215 of file MakeAndConsume.cpp.

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

Member Function Documentation

◆ operator()()

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

Definition at line 218 of file MakeAndConsume.cpp.

218  {
219  info() << "executing ContextConsumer, got " << ctx << endmsg;
220  return 9;
221  }

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