The Gaudi Framework  v36r9p1 (5c15b2bb)
Gaudi::Examples::FloatDataConsumer Struct Referencefinal
Inheritance diagram for Gaudi::Examples::FloatDataConsumer:
Collaboration diagram for Gaudi::Examples::FloatDataConsumer:

Public Member Functions

 FloatDataConsumer (const std::string &name, ISvcLocator *svcLoc)
 
void operator() (const float &input) const override
 

Detailed Description

Definition at line 234 of file MakeAndConsume.cpp.

Constructor & Destructor Documentation

◆ FloatDataConsumer()

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

Definition at line 236 of file MakeAndConsume.cpp.

237  : Consumer( name, svcLoc, KeyValue( "InputLocation", "/Event/MyFloat" ) ) {}

Member Function Documentation

◆ operator()()

void Gaudi::Examples::FloatDataConsumer::operator() ( const float &  input) const
inlineoverride

Definition at line 239 of file MakeAndConsume.cpp.

239  {
240  info() << "executing FloatDataConsumer: " << input << endmsg;
241  }

The documentation for this struct was generated from the following file:
Gaudi::Functional::Consumer
details::Consumer< Signature, Traits_, details::isLegacy< Traits_ > > Consumer
Definition: Consumer.h:69
TimingHistograms.name
name
Definition: TimingHistograms.py:25
endmsg
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.
Definition: MsgStream.h:203