The Gaudi Framework  v36r9 (fd2bdac3)
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 484 of file MakeAndConsume.cpp.

Constructor & Destructor Documentation

◆ RangeProducer()

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

Definition at line 486 of file MakeAndConsume.cpp.

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

Member Function Documentation

◆ operator()()

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

Definition at line 489 of file MakeAndConsume.cpp.

489 { return {}; }

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