implements the IEvtSelector::Iterator interface
More...
#include <RootEvtIterator.h>
implements the IEvtSelector::Iterator interface
- Header
- /bes/bes/BossCvs/Event/RootCnvSvc/RootCnvSvc/RootEvtIterator.h,v 1.8 2008/01/09 00:05:48 codeman Exp
Definition at line 17 of file RootEvtIterator.h.
◆ RootEvtIterator() [1/3]
RootEvtIterator::RootEvtIterator |
( |
| ) |
|
|
inline |
◆ RootEvtIterator() [2/3]
RootEvtIterator::RootEvtIterator |
( |
const IEvtSelector * | glastEvtSel | ) |
|
|
inline |
Definition at line 21 of file RootEvtIterator.h.
21 : m_glastEvtSel(glastEvtSel),
22 m_recId(0) { }
◆ RootEvtIterator() [3/3]
RootEvtIterator::RootEvtIterator |
( |
const IEvtSelector * | glastEvtSel, |
|
|
int | recId ) |
|
inline |
Definition at line 23 of file RootEvtIterator.h.
24 : m_glastEvtSel(glastEvtSel){
25 m_recId = recId;
26 }
◆ ~RootEvtIterator()
virtual RootEvtIterator::~RootEvtIterator |
( |
| ) |
|
|
inlinevirtual |
◆ operator!=()
virtual bool RootEvtIterator::operator!= |
( |
const IEvtSelector::Iterator & | it | ) |
const |
|
inlinevirtual |
Definition at line 38 of file RootEvtIterator.h.
38 {
40 return((m_recId != glastIt->m_recId));
41 }
implements the IEvtSelector::Iterator interface
◆ operator*()
virtual IOpaqueAddress * RootEvtIterator::operator* |
( |
| ) |
const |
|
inlinevirtual |
◆ operator++() [1/2]
virtual IEvtSelector::Iterator & RootEvtIterator::operator++ |
( |
| ) |
|
|
inlinevirtual |
◆ operator++() [2/2]
virtual IEvtSelector::Iterator & RootEvtIterator::operator++ |
( |
int | | ) |
|
|
inlinevirtual |
◆ operator--() [1/2]
virtual IEvtSelector::Iterator & RootEvtIterator::operator-- |
( |
| ) |
|
|
inlinevirtual |
◆ operator--() [2/2]
virtual IEvtSelector::Iterator & RootEvtIterator::operator-- |
( |
int | | ) |
|
|
inlinevirtual |
◆ operator->()
virtual IOpaqueAddress * RootEvtIterator::operator-> |
( |
| ) |
const |
|
inlinevirtual |
◆ operator==()
virtual bool RootEvtIterator::operator== |
( |
const IEvtSelector::Iterator & | it | ) |
const |
|
inlinevirtual |
Definition at line 34 of file RootEvtIterator.h.
34 {
36 return((m_recId == glastIt->m_recId));
37 }
◆ RootEvtSelector
The documentation for this class was generated from the following file: