|
JData::const_iterator | page |
|
Definition at line 336 of file JDOMSimulator.cc.
KM3NETDAQ::JDOMSimulator::JData::JData |
( |
| ) |
|
|
inline |
void KM3NETDAQ::JDOMSimulator::JData::setRunNumber |
( |
int |
run_number | ) |
|
|
inline |
Set run number.
- Parameters
-
Definition at line 353 of file JDOMSimulator.cc.
357 for (
iterator timeslice = begin(); timeslice != end(); ++timeslice) {
void seekg(const int pos)
Set read position.
std::vector< value_type >::iterator iterator
void setRunNumber(const int run)
Set run number.
static int sizeOf()
Get size of object.
void KM3NETDAQ::JDOMSimulator::JData::reset |
( |
| ) |
|
|
inline |
Reset internal iterator to begin.
Definition at line 380 of file JDOMSimulator.cc.
JData::const_iterator page
void KM3NETDAQ::JDOMSimulator::JData::next |
( |
| ) |
|
|
inline |
Increment internal iterator.
When the internal iterator reaches the end of the data, the frame indices of the data are increased and the internal iterator is reset to the begin of data.
Definition at line 392 of file JDOMSimulator.cc.
394 if (
page != end() && ++
page == end()) {
398 for (
iterator timeslice = begin(); timeslice != end(); ++timeslice) {
void seekg(const int pos)
Set read position.
std::vector< value_type >::iterator iterator
void setFrameIndex(const int frame_index)
Set frame index.
JData::const_iterator page
void reset()
Reset internal iterator to begin.
static int sizeOf()
Get size of object.
const_iterator KM3NETDAQ::JDOMSimulator::JData::operator-> |
( |
| ) |
|
|
inline |
Smart pointer operator.
- Returns
- current iterator
Definition at line 426 of file JDOMSimulator.cc.
JData::const_iterator page
JData::const_iterator KM3NETDAQ::JDOMSimulator::JData::page |
|
private |
The documentation for this class was generated from the following file: