Base class for iterator used to loop over multi-particle combinations. More...
#include <ComboIterator.h>
Public Member Functions | |
| ComboIteratorBase () | |
| Constructor. | |
| virtual | ~ComboIteratorBase () |
| Destructor. | |
| virtual bool | rewind ()=0 |
| Rewind method, resetting the iterator to the first element. | |
| virtual TEVec & | operator* ()=0 |
| Unary * operator, used to recover the current combination. | |
| virtual bool | isValid () const =0 |
| Validity check for the iterator. | |
| virtual TEVec & | combination ()=0 |
| Accessor method for the current combination. | |
| virtual ComboIteratorBase & | operator++ (int)=0 |
| Post increment operator. | |
| virtual ComboIteratorBase & | operator++ ()=0 |
| Pre increment operator. | |
Base class for iterator used to loop over multi-particle combinations.
The iterator classes inheriting this interface are used by HLT algorithms to iterate over multi-particle combinations.
| virtual bool HLT::ComboIteratorBase::isValid | ( | ) | const [pure virtual] |
Validity check for the iterator.
Implemented in HLT::ComboIterator.
1.6.1