#include <EmptyJetGroupProduct.h>
Definition at line 11 of file EmptyJetGroupProduct.h.
◆ EmptyJetGroupProduct()
| EmptyJetGroupProduct::EmptyJetGroupProduct |
( |
| ) |
|
|
inline |
◆ 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 |
The documentation for this class was generated from the following file: