ATLAS Offline Software
Loading...
Searching...
No Matches
EmptyJetGroupProduct Class Reference

#include <EmptyJetGroupProduct.h>

Inheritance diagram for EmptyJetGroupProduct:
Collaboration diagram for EmptyJetGroupProduct:

Public Member Functions

 EmptyJetGroupProduct ()
virtual std::vector< std::size_t > next (const Collector &collector) override
virtual bool valid () const override

Detailed Description

Definition at line 11 of file EmptyJetGroupProduct.h.

Constructor & Destructor Documentation

◆ EmptyJetGroupProduct()

EmptyJetGroupProduct::EmptyJetGroupProduct ( )
inline

Definition at line 18 of file EmptyJetGroupProduct.h.

18{}

Member Function Documentation

◆ next()

virtual std::vector< std::size_t > EmptyJetGroupProduct::next ( const Collector & collector)
inlineoverridevirtual

Implements IJetGroupProduct.

Definition at line 20 of file EmptyJetGroupProduct.h.

20 {
21 if(collector){
22 collector->collect("EmptyJetGroup::next()",
23 "end of iteration ");
24 }
25 return std::vector<std::size_t>();
26 }
virtual void collect(const std::string &, const std::string &)=0

◆ valid()

virtual bool EmptyJetGroupProduct::valid ( ) const
inlineoverridevirtual

Implements IJetGroupProduct.

Definition at line 27 of file EmptyJetGroupProduct.h.

27{return true;}

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