The Gaudi Framework  v36r0 (4abb4d13)
Gaudi::Examples::IntDataConsumer Struct Referencefinal
Inheritance diagram for Gaudi::Examples::IntDataConsumer:
Collaboration diagram for Gaudi::Examples::IntDataConsumer:

Public Member Functions

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

Detailed Description

Definition at line 96 of file MakeAndConsume.cpp.

Constructor & Destructor Documentation

◆ IntDataConsumer()

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

Definition at line 98 of file MakeAndConsume.cpp.

99  : Consumer( name, svcLoc, KeyValue( "InputLocation", "/Event/MyInt" ) ) {}

Member Function Documentation

◆ operator()()

void Gaudi::Examples::IntDataConsumer::operator() ( const int &  input) const
inlineoverride

Definition at line 101 of file MakeAndConsume.cpp.

101  {
102  info() << "executing IntDataConsumer, consuming " << input << " from " << inputLocation() << endmsg;
103  }

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:23
endmsg
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.
Definition: MsgStream.h:202