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

Constructor & Destructor Documentation

◆ ContextTransformer()

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

Definition at line 259 of file MakeAndConsume.cpp.

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

Member Function Documentation

◆ operator()()

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

Definition at line 262 of file MakeAndConsume.cpp.

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

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