The Gaudi Framework  master (ff829712)
Loading...
Searching...
No Matches
Gaudi::TestSuite::RangeProducer Struct Reference
Inheritance diagram for Gaudi::TestSuite::RangeProducer:
Collaboration diagram for Gaudi::TestSuite::RangeProducer:

Public Member Functions

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

Detailed Description

Definition at line 540 of file MakeAndConsume.cpp.

Constructor & Destructor Documentation

◆ RangeProducer()

Gaudi::TestSuite::RangeProducer::RangeProducer ( const std::string & name,
ISvcLocator * pSvcLocator )
inline

Definition at line 542 of file MakeAndConsume.cpp.

543 : Producer( name, pSvcLocator, KeyValue{ "TrackLocation", "" } ){};
details::Producer< Signature, Traits_, details::isLegacy< Traits_ > > Producer
Definition Producer.h:37

Member Function Documentation

◆ operator()()

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

Definition at line 545 of file MakeAndConsume.cpp.

545{ return {}; }

The documentation for this struct was generated from the following file: