The Gaudi Framework
v30r3 (a5ef0a68)
|
Definition of class EventIterator. More...
#include <src/EventSelector/EventIterator.h>
Public Member Functions | |
EvtSelectorContext (const IEvtSelector *selector) | |
Standard constructor. More... | |
virtual IDataStreamTool::size_type | ID () const |
Stream identifier. More... | |
long | numEvent () const |
Access counter. More... | |
long | numStreamEvent () const |
Access counter within stream. More... | |
void * | identifier () const override |
Public Member Functions inherited from IEvtSelector::Context | |
virtual | ~Context ()=default |
Protected Member Functions | |
void | set (const IEvtSelector *sel, IDataStreamTool::size_type id, IEvtSelector::Context *it, IOpaqueAddress *pA) |
Set the address of the iterator. More... | |
void | set (IEvtSelector::Context *it, IOpaqueAddress *pA) |
Set the address of the iterator. More... | |
void | set (IOpaqueAddress *pA) |
Set the address of the iterator. More... | |
IEvtSelector::Context * | context () const |
Access "real" iterator. More... | |
IDataStreamTool::size_type | increaseCounters (bool reset=false) |
Increase counters. More... | |
IDataStreamTool::size_type | decreaseCounters (bool reset=false) |
Decrease counters. More... | |
Protected Attributes | |
IDataStreamTool::size_type | m_streamID = -1 |
Stream identifier. More... | |
long | m_count = -1 |
Event counter. More... | |
long | m_strCount = -1 |
Event counter within stream. More... | |
const IEvtSelector * | m_pSelector = nullptr |
Pointer to event selector. More... | |
IEvtSelector::Context * | m_context = nullptr |
Pointer to "real" iterator. More... | |
IOpaqueAddress * | m_pAddress = nullptr |
Pointer to opaque address. More... | |
Private Member Functions | |
EvtSelectorContext (const EvtSelectorContext &)=default | |
Copy constructor. More... | |
Friends | |
class | EventSelector |
class | EventCollectionSelector |
Definition of class EventIterator.
Generic iterator to access event on the persistent store. The iterator interacts with the event selection service.
History: +------—+-------------------------------------------—+------—+ | Date | Comment | Who | +------—+-------------------------------------------—+------—+ | 3/10/00 | Initial version | M.Frank | +------—+-------------------------------------------—+------—+
Definition at line 32 of file EventIterator.h.
|
privatedefault |
Copy constructor.
|
inline |
Standard constructor.
Definition at line 91 of file EventIterator.h.
|
inlineprotected |
Access "real" iterator.
Definition at line 73 of file EventIterator.h.
|
inlineprotected |
Decrease counters.
Definition at line 82 of file EventIterator.h.
|
inlinevirtual |
Stream identifier.
Definition at line 94 of file EventIterator.h.
|
inlineoverridevirtual |
Implements IEvtSelector::Context.
Definition at line 99 of file EventIterator.h.
|
inlineprotected |
Increase counters.
Definition at line 75 of file EventIterator.h.
|
inline |
|
inline |
Access counter within stream.
Definition at line 98 of file EventIterator.h.
|
inlineprotected |
Set the address of the iterator.
Definition at line 56 of file EventIterator.h.
|
inlineprotected |
Set the address of the iterator.
Definition at line 65 of file EventIterator.h.
|
inlineprotected |
Set the address of the iterator.
Definition at line 71 of file EventIterator.h.
|
friend |
Definition at line 36 of file EventIterator.h.
|
friend |
Definition at line 35 of file EventIterator.h.
|
protected |
Pointer to "real" iterator.
Definition at line 52 of file EventIterator.h.
|
protected |
Event counter.
Definition at line 46 of file EventIterator.h.
|
protected |
Pointer to opaque address.
Definition at line 54 of file EventIterator.h.
|
protected |
Pointer to event selector.
Definition at line 50 of file EventIterator.h.
|
protected |
Event counter within stream.
Definition at line 48 of file EventIterator.h.
|
protected |
Stream identifier.
Definition at line 44 of file EventIterator.h.