![]() |
ATLAS Offline Software
|
#include <ProductGen.h>
Public Member Functions | |
| ProductGen () | |
| ProductGen (const std::vector< std::size_t > &ends) | |
| std::vector< std::size_t > | next () |
Private Member Functions | |
| bool | atEnd () |
Private Attributes | |
| std::vector< std::size_t > | m_ends |
| std::vector< std::size_t > | m_counters |
| std::size_t | m_ncounters {} |
| bool | m_done {true} |
Definition at line 13 of file ProductGen.h.
| ProductGen::ProductGen | ( | ) |
Definition at line 9 of file ProductGen.cxx.
|
explicit |
Definition at line 11 of file ProductGen.cxx.
|
inlineprivate |
Definition at line 26 of file ProductGen.h.
| std::vector< std::size_t > ProductGen::next | ( | ) |
Definition at line 29 of file ProductGen.cxx.
|
private |
Definition at line 23 of file ProductGen.h.
|
private |
Definition at line 25 of file ProductGen.h.
|
private |
Definition at line 22 of file ProductGen.h.
|
private |
Definition at line 24 of file ProductGen.h.