The Gaudi Framework  v38r0 (2143aa4c)
Gaudi::Examples::RangeProducer Struct Reference
Inheritance diagram for Gaudi::Examples::RangeProducer:
Collaboration diagram for Gaudi::Examples::RangeProducer:

Public Member Functions

 RangeProducer (const std::string &name, ISvcLocator *pSvcLocator)
 
MyDataRange operator() () const override
 

Detailed Description

Definition at line 485 of file MakeAndConsume.cpp.

Constructor & Destructor Documentation

◆ RangeProducer()

Gaudi::Examples::RangeProducer::RangeProducer ( const std::string name,
ISvcLocator pSvcLocator 
)
inline

Definition at line 487 of file MakeAndConsume.cpp.

488  : Producer( name, pSvcLocator, KeyValue{ "TrackLocation", "" } ){};

Member Function Documentation

◆ operator()()

MyDataRange Gaudi::Examples::RangeProducer::operator() ( ) const
inlineoverride

Definition at line 490 of file MakeAndConsume.cpp.

490 { return {}; }

The documentation for this struct was generated from the following file:
bug_34121.name
name
Definition: bug_34121.py:20
Gaudi::Functional::Producer
details::Producer< Signature, Traits_, details::isLegacy< Traits_ > > Producer
Definition: Producer.h:36