ATLAS Offline Software
|
storage of the time histories of all the cells More...
#include <HistoryIterator.h>
Public Member Functions | |
HistoryIterator (const Interface &interface, unsigned int pos=0, double eMin=-1, double adcMaxMin=-1) | |
Constructor More... | |
virtual | ~HistoryIterator () |
const History * | history () const |
unsigned int | pos () const |
bool | isValid () const |
const History * | operator* () const |
HistoryIterator * | operator++ () |
const History * | next () |
bool | operator== (unsigned int otherPos) const |
Private Attributes | |
const Interface * | m_interface |
unsigned int | m_pos |
double | m_eMin |
double | m_adcMaxMin |
storage of the time histories of all the cells
Definition at line 20 of file HistoryIterator.h.
HistoryIterator::HistoryIterator | ( | const Interface & | interface, |
unsigned int | pos = 0 , |
||
double | eMin = -1 , |
||
double | adcMaxMin = -1 |
||
) |
|
inlinevirtual |
Definition at line 27 of file HistoryIterator.h.
Definition at line 26 of file HistoryIterator.cxx.
bool HistoryIterator::isValid | ( | ) | const |
Definition at line 32 of file HistoryIterator.cxx.
Definition at line 51 of file HistoryIterator.cxx.
Definition at line 34 of file HistoryIterator.h.
HistoryIterator * HistoryIterator::operator++ | ( | ) |
Definition at line 62 of file HistoryIterator.cxx.
|
inline |
Definition at line 38 of file HistoryIterator.h.
|
inline |
Definition at line 30 of file HistoryIterator.h.
|
private |
Definition at line 45 of file HistoryIterator.h.
|
private |
Definition at line 45 of file HistoryIterator.h.
Definition at line 42 of file HistoryIterator.h.
|
private |
Definition at line 43 of file HistoryIterator.h.