#include <IndexIntoFile.h>
Protected Member Functions | |
void | setIndexToEvent (long long value) |
void | setIndexToEventRange (int value) |
void | setIndexToLumi (int value) |
void | setInvalid () |
void | setNEvents (long long value) |
Private Member Functions | |
virtual EntryType | getRunOrLumiEntryType (int index) const =0 |
virtual void | initializeLumi_ ()=0 |
virtual bool | isSameLumi (int index1, int index2) const =0 |
virtual bool | isSameRun (int index1, int index2) const =0 |
virtual LuminosityBlockNumber_t | lumi (int index) const =0 |
virtual bool | nextEventRange ()=0 |
virtual bool | previousEventRange ()=0 |
bool | previousLumiWithEvents () |
virtual bool | setToLastEventInRange (int index)=0 |
Private Attributes | |
IndexIntoFile const * | indexIntoFile_ |
long long | indexToEvent_ |
int | indexToEventRange_ |
int | indexToLumi_ |
int | indexToRun_ |
long long | nEvents_ |
int | size_ |
EntryType | type_ |
Definition at line 516 of file IndexIntoFile.h.
edm::IndexIntoFile::IndexIntoFileItrImpl::IndexIntoFileItrImpl | ( | IndexIntoFile const * | indexIntoFile, |
EntryType | entryType, | ||
int | indexToRun, | ||
int | indexToLumi, | ||
int | indexToEventRange, | ||
long long | indexToEvent, | ||
long long | nEvents | ||
) |
Definition at line 932 of file IndexIntoFile.cc.
|
virtual |
Definition at line 948 of file IndexIntoFile.cc.
void edm::IndexIntoFile::IndexIntoFileItrImpl::advanceToNextLumiOrRun | ( | ) |
Definition at line 1229 of file IndexIntoFile.cc.
References getRunOrLumiEntryType(), mps_fire::i, indexToLumi_, indexToRun_, initializeLumi(), initializeRun(), edm::IndexIntoFile::invalidIndex, isSameLumi(), isSameRun(), edm::IndexIntoFile::kEnd, edm::IndexIntoFile::kLumi, edm::IndexIntoFile::kRun, setInvalid(), size_, and type_.
void edm::IndexIntoFile::IndexIntoFileItrImpl::advanceToNextRun | ( | ) |
Definition at line 1213 of file IndexIntoFile.cc.
References getRunOrLumiEntryType(), mps_fire::i, indexToRun_, initializeRun(), isSameRun(), edm::IndexIntoFile::kEnd, edm::IndexIntoFile::kRun, setInvalid(), size_, and type_.
Referenced by skipEventForward().
|
pure virtual |
void edm::IndexIntoFile::IndexIntoFileItrImpl::copyPosition | ( | IndexIntoFileItrImpl const & | position | ) |
Definition at line 1326 of file IndexIntoFile.cc.
References indexToEvent_, indexToEventRange_, indexToLumi_, indexToRun_, nEvents_, and type_.
|
pure virtual |
Implemented in edm::IndexIntoFile::IndexIntoFileItrSorted, and edm::IndexIntoFile::IndexIntoFileItrNoSort.
IndexIntoFile::EntryNumber_t edm::IndexIntoFile::IndexIntoFileItrImpl::firstEventEntryThisLumi | ( | ) |
Definition at line 1181 of file IndexIntoFile.cc.
References getRunOrLumiEntryType(), indexToEvent(), indexToEventRange(), indexToLumi(), indexToLumi_, initializeLumi(), edm::IndexIntoFile::invalidEntry, edm::IndexIntoFile::invalidIndex, isSameLumi(), edm::IndexIntoFile::kRun, nEvents(), peekAheadAtEventEntry(), setIndexToEvent(), setIndexToEventRange(), setIndexToLumi(), and setNEvents().
IndexIntoFile::EntryNumber_t edm::IndexIntoFile::IndexIntoFileItrImpl::firstEventEntryThisRun | ( | ) |
Definition at line 1153 of file IndexIntoFile.cc.
References indexToEvent(), indexToEventRange(), indexToLumi(), initializeRun(), edm::IndexIntoFile::invalidEntry, edm::IndexIntoFile::invalidIndex, nEvents(), peekAheadAtEventEntry(), setIndexToEvent(), setIndexToEventRange(), setIndexToLumi(), setNEvents(), and skipLumiInRun().
|
inline |
Definition at line 529 of file IndexIntoFile.h.
References edm::IndexIntoFile::RunOrLumiEntry::entry(), edm::IndexIntoFile::RunOrLumiEntry::lumi(), GetRecoTauVFromDQM_MC_cff::next, edm::operator==(), edm::IndexIntoFile::RunOrLumiEntry::processHistoryIDIndex(), and edm::IndexIntoFile::RunOrLumiEntry::run().
void edm::IndexIntoFile::IndexIntoFileItrImpl::getLumisInRun | ( | std::vector< LuminosityBlockNumber_t > & | lumis | ) | const |
Definition at line 1335 of file IndexIntoFile.cc.
References getRunOrLumiEntryType(), mps_fire::i, indexToRun_, edm::IndexIntoFile::invalidLumi, isSameRun(), edm::IndexIntoFile::kEnd, edm::IndexIntoFile::kRun, lumi(), size_, type_, and tier0::unique().
|
privatepure virtual |
Implemented in edm::IndexIntoFile::IndexIntoFileItrSorted, and edm::IndexIntoFile::IndexIntoFileItrNoSort.
Referenced by advanceToNextLumiOrRun(), advanceToNextRun(), firstEventEntryThisLumi(), getLumisInRun(), initializeRun(), next(), and previousLumiWithEvents().
|
inline |
Definition at line 563 of file IndexIntoFile.h.
Referenced by edm::IndexIntoFile::IndexIntoFileItrNoSort::entry(), edm::IndexIntoFile::IndexIntoFileItrSorted::entry(), edm::IndexIntoFile::IndexIntoFileItrNoSort::getRunOrLumiEntryType(), edm::IndexIntoFile::IndexIntoFileItrSorted::getRunOrLumiEntryType(), edm::IndexIntoFile::IndexIntoFileItrNoSort::initializeLumi_(), edm::IndexIntoFile::IndexIntoFileItrSorted::initializeLumi_(), edm::IndexIntoFile::IndexIntoFileItrNoSort::isSameLumi(), edm::IndexIntoFile::IndexIntoFileItrSorted::isSameLumi(), edm::IndexIntoFile::IndexIntoFileItrNoSort::isSameRun(), edm::IndexIntoFile::IndexIntoFileItrSorted::isSameRun(), edm::IndexIntoFile::IndexIntoFileItrNoSort::lumi(), edm::IndexIntoFile::IndexIntoFileItrSorted::lumi(), edm::IndexIntoFile::IndexIntoFileItrNoSort::lumiEntryValid(), edm::IndexIntoFile::IndexIntoFileItrSorted::lumiEntryValid(), edm::IndexIntoFile::IndexIntoFileItrNoSort::nextEventRange(), edm::IndexIntoFile::IndexIntoFileItrNoSort::peekAheadAtEventEntry(), edm::IndexIntoFile::IndexIntoFileItrSorted::peekAheadAtEventEntry(), edm::IndexIntoFile::IndexIntoFileItrNoSort::peekAheadAtLumi(), edm::IndexIntoFile::IndexIntoFileItrSorted::peekAheadAtLumi(), edm::IndexIntoFile::IndexIntoFileItrNoSort::previousEventRange(), edm::IndexIntoFile::IndexIntoFileItrNoSort::processHistoryIDIndex(), edm::IndexIntoFile::IndexIntoFileItrSorted::processHistoryIDIndex(), edm::IndexIntoFile::IndexIntoFileItrNoSort::run(), edm::IndexIntoFile::IndexIntoFileItrSorted::run(), edm::IndexIntoFile::IndexIntoFileItrNoSort::setToLastEventInRange(), edm::IndexIntoFile::IndexIntoFileItrSorted::setToLastEventInRange(), edm::IndexIntoFile::IndexIntoFileItrNoSort::skipLumiInRun(), and edm::IndexIntoFile::IndexIntoFileItrSorted::skipLumiInRun().
|
inline |
Definition at line 571 of file IndexIntoFile.h.
Referenced by edm::IndexIntoFile::IndexIntoFileItrNoSort::entry(), edm::IndexIntoFile::IndexIntoFileItrSorted::entry(), firstEventEntryThisLumi(), firstEventEntryThisRun(), edm::IndexIntoFile::IndexIntoFileItrNoSort::peekAheadAtEventEntry(), and edm::IndexIntoFile::IndexIntoFileItrSorted::peekAheadAtEventEntry().
|
inline |
Definition at line 570 of file IndexIntoFile.h.
Referenced by edm::IndexIntoFile::IndexIntoFileItrNoSort::entry(), edm::IndexIntoFile::IndexIntoFileItrSorted::entry(), firstEventEntryThisLumi(), firstEventEntryThisRun(), edm::IndexIntoFile::IndexIntoFileItrNoSort::initializeLumi_(), edm::IndexIntoFile::IndexIntoFileItrNoSort::nextEventRange(), edm::IndexIntoFile::IndexIntoFileItrNoSort::peekAheadAtEventEntry(), edm::IndexIntoFile::IndexIntoFileItrSorted::peekAheadAtEventEntry(), edm::IndexIntoFile::IndexIntoFileItrNoSort::previousEventRange(), and edm::IndexIntoFile::IndexIntoFileItrNoSort::setToLastEventInRange().
|
inline |
Definition at line 569 of file IndexIntoFile.h.
Referenced by edm::IndexIntoFile::IndexIntoFileItrNoSort::entry(), edm::IndexIntoFile::IndexIntoFileItrSorted::entry(), firstEventEntryThisLumi(), firstEventEntryThisRun(), edm::IndexIntoFile::IndexIntoFileItrNoSort::initializeLumi_(), edm::IndexIntoFile::IndexIntoFileItrSorted::initializeLumi_(), edm::IndexIntoFile::IndexIntoFileItrNoSort::lumi(), edm::IndexIntoFile::IndexIntoFileItrSorted::lumi(), edm::IndexIntoFile::IndexIntoFileItrNoSort::peekAheadAtEventEntry(), edm::IndexIntoFile::IndexIntoFileItrSorted::peekAheadAtEventEntry(), edm::IndexIntoFile::IndexIntoFileItrNoSort::peekAheadAtLumi(), edm::IndexIntoFile::IndexIntoFileItrSorted::peekAheadAtLumi(), previousLumiWithEvents(), edm::IndexIntoFile::IndexIntoFileItrNoSort::skipLumiInRun(), and edm::IndexIntoFile::IndexIntoFileItrSorted::skipLumiInRun().
|
inline |
Definition at line 567 of file IndexIntoFile.h.
Referenced by edm::IndexIntoFile::IndexIntoFileItrNoSort::entry(), edm::IndexIntoFile::IndexIntoFileItrSorted::entry(), previousLumiWithEvents(), edm::IndexIntoFile::IndexIntoFileItrNoSort::processHistoryIDIndex(), edm::IndexIntoFile::IndexIntoFileItrSorted::processHistoryIDIndex(), edm::IndexIntoFile::IndexIntoFileItrNoSort::run(), and edm::IndexIntoFile::IndexIntoFileItrSorted::run().
void edm::IndexIntoFile::IndexIntoFileItrImpl::initializeLumi | ( | ) |
Definition at line 1308 of file IndexIntoFile.cc.
References indexToLumi_, initializeLumi_(), lumi(), and lumiEntryValid().
Referenced by advanceToNextLumiOrRun(), firstEventEntryThisLumi(), initializeRun(), next(), edm::IndexIntoFile::IndexIntoFileItrNoSort::skipLumiInRun(), and edm::IndexIntoFile::IndexIntoFileItrSorted::skipLumiInRun().
|
privatepure virtual |
Implemented in edm::IndexIntoFile::IndexIntoFileItrSorted, and edm::IndexIntoFile::IndexIntoFileItrNoSort.
Referenced by initializeLumi().
void edm::IndexIntoFile::IndexIntoFileItrImpl::initializeRun | ( | ) |
Definition at line 1284 of file IndexIntoFile.cc.
References getRunOrLumiEntryType(), mps_fire::i, indexToEvent_, indexToEventRange_, indexToLumi_, indexToRun_, initializeLumi(), edm::IndexIntoFile::invalidIndex, isSameRun(), edm::IndexIntoFile::kRun, nEvents_, and size_.
Referenced by advanceToNextLumiOrRun(), advanceToNextRun(), firstEventEntryThisRun(), next(), and skipEventBackward().
|
privatepure virtual |
Implemented in edm::IndexIntoFile::IndexIntoFileItrSorted, and edm::IndexIntoFile::IndexIntoFileItrNoSort.
Referenced by advanceToNextLumiOrRun(), firstEventEntryThisLumi(), next(), and previousLumiWithEvents().
|
privatepure virtual |
Implemented in edm::IndexIntoFile::IndexIntoFileItrSorted, and edm::IndexIntoFile::IndexIntoFileItrNoSort.
Referenced by advanceToNextLumiOrRun(), advanceToNextRun(), getLumisInRun(), initializeRun(), next(), and previousLumiWithEvents().
|
pure virtual |
Implemented in edm::IndexIntoFile::IndexIntoFileItrSorted, and edm::IndexIntoFile::IndexIntoFileItrNoSort.
Referenced by getLumisInRun(), and initializeLumi().
|
privatepure virtual |
Implemented in edm::IndexIntoFile::IndexIntoFileItrSorted, and edm::IndexIntoFile::IndexIntoFileItrNoSort.
|
pure virtual |
Implemented in edm::IndexIntoFile::IndexIntoFileItrSorted, and edm::IndexIntoFile::IndexIntoFileItrNoSort.
Referenced by initializeLumi(), and previousLumiWithEvents().
|
inline |
Definition at line 572 of file IndexIntoFile.h.
References edmLumisInFiles::lumis, and position.
Referenced by firstEventEntryThisLumi(), firstEventEntryThisRun(), edm::IndexIntoFile::IndexIntoFileItrSorted::initializeLumi_(), edm::IndexIntoFile::IndexIntoFileItrNoSort::peekAheadAtEventEntry(), edm::IndexIntoFile::IndexIntoFileItrSorted::peekAheadAtEventEntry(), edm::IndexIntoFile::IndexIntoFileItrNoSort::previousEventRange(), edm::IndexIntoFile::IndexIntoFileItrNoSort::setToLastEventInRange(), and edm::IndexIntoFile::IndexIntoFileItrSorted::setToLastEventInRange().
void edm::IndexIntoFile::IndexIntoFileItrImpl::next | ( | void | ) |
Definition at line 950 of file IndexIntoFile.cc.
References newFWLiteAna::found, getRunOrLumiEntryType(), indexToEvent_, indexToLumi_, indexToRun_, initializeLumi(), initializeRun(), isSameLumi(), isSameRun(), edm::IndexIntoFile::kEvent, edm::IndexIntoFile::kLumi, edm::IndexIntoFile::kRun, nEvents_, nextEventRange(), setInvalid(), size_, and type_.
Referenced by skipEventForward().
|
privatepure virtual |
Implemented in edm::IndexIntoFile::IndexIntoFileItrSorted, and edm::IndexIntoFile::IndexIntoFileItrNoSort.
Referenced by next(), skipEventForward(), and skipToNextEventInLumi().
bool edm::IndexIntoFile::IndexIntoFileItrImpl::operator== | ( | IndexIntoFileItrImpl const & | right | ) | const |
Definition at line 1319 of file IndexIntoFile.cc.
References indexIntoFile_, indexToEvent_, indexToEventRange_, indexToLumi_, indexToRun_, nEvents_, size_, and type_.
|
pure virtual |
Implemented in edm::IndexIntoFile::IndexIntoFileItrSorted, and edm::IndexIntoFile::IndexIntoFileItrNoSort.
Referenced by firstEventEntryThisLumi(), firstEventEntryThisRun(), skipEventBackward(), and skipEventForward().
|
pure virtual |
Implemented in edm::IndexIntoFile::IndexIntoFileItrSorted, and edm::IndexIntoFile::IndexIntoFileItrNoSort.
Referenced by skipEventBackward(), and skipEventForward().
|
privatepure virtual |
Implemented in edm::IndexIntoFile::IndexIntoFileItrSorted, and edm::IndexIntoFile::IndexIntoFileItrNoSort.
Referenced by skipEventBackward().
|
private |
Definition at line 1101 of file IndexIntoFile.cc.
References getRunOrLumiEntryType(), indexToLumi(), indexToRun(), indexToRun_, edm::IndexIntoFile::invalidIndex, isSameLumi(), isSameRun(), edm::IndexIntoFile::kEnd, edm::IndexIntoFile::kEvent, edm::IndexIntoFile::kLumi, edm::IndexIntoFile::kRun, lumiEntryValid(), setIndexToLumi(), setToLastEventInRange(), size(), type(), and type_.
Referenced by skipEventBackward().
|
pure virtual |
Implemented in edm::IndexIntoFile::IndexIntoFileItrSorted, and edm::IndexIntoFile::IndexIntoFileItrNoSort.
Referenced by skipEventBackward(), and skipEventForward().
|
pure virtual |
Implemented in edm::IndexIntoFile::IndexIntoFileItrSorted, and edm::IndexIntoFile::IndexIntoFileItrNoSort.
Referenced by Types.EventID::cppID(), Types.LuminosityBlockID::cppID(), skipEventBackward(), and skipEventForward().
|
inlineprotected |
Definition at line 583 of file IndexIntoFile.h.
References relativeConstraints::value.
Referenced by firstEventEntryThisLumi(), firstEventEntryThisRun(), edm::IndexIntoFile::IndexIntoFileItrNoSort::initializeLumi_(), edm::IndexIntoFile::IndexIntoFileItrSorted::initializeLumi_(), edm::IndexIntoFile::IndexIntoFileItrNoSort::nextEventRange(), edm::IndexIntoFile::IndexIntoFileItrNoSort::previousEventRange(), edm::IndexIntoFile::IndexIntoFileItrNoSort::setToLastEventInRange(), and edm::IndexIntoFile::IndexIntoFileItrSorted::setToLastEventInRange().
|
inlineprotected |
Definition at line 582 of file IndexIntoFile.h.
References relativeConstraints::value.
Referenced by firstEventEntryThisLumi(), firstEventEntryThisRun(), edm::IndexIntoFile::IndexIntoFileItrNoSort::initializeLumi_(), edm::IndexIntoFile::IndexIntoFileItrSorted::initializeLumi_(), edm::IndexIntoFile::IndexIntoFileItrNoSort::nextEventRange(), edm::IndexIntoFile::IndexIntoFileItrNoSort::previousEventRange(), edm::IndexIntoFile::IndexIntoFileItrNoSort::setToLastEventInRange(), and edm::IndexIntoFile::IndexIntoFileItrSorted::setToLastEventInRange().
|
inlineprotected |
Definition at line 581 of file IndexIntoFile.h.
References relativeConstraints::value.
Referenced by firstEventEntryThisLumi(), firstEventEntryThisRun(), previousLumiWithEvents(), edm::IndexIntoFile::IndexIntoFileItrNoSort::skipLumiInRun(), and edm::IndexIntoFile::IndexIntoFileItrSorted::skipLumiInRun().
|
protected |
Definition at line 1365 of file IndexIntoFile.cc.
References indexToEvent_, indexToEventRange_, indexToLumi_, indexToRun_, edm::IndexIntoFile::invalidIndex, edm::IndexIntoFile::kEnd, nEvents_, and type_.
Referenced by advanceToNextLumiOrRun(), advanceToNextRun(), and next().
|
inlineprotected |
Definition at line 584 of file IndexIntoFile.h.
References edm::IndexIntoFile::RunOrLumiEntry::lumi(), and relativeConstraints::value.
Referenced by firstEventEntryThisLumi(), firstEventEntryThisRun(), edm::IndexIntoFile::IndexIntoFileItrNoSort::initializeLumi_(), edm::IndexIntoFile::IndexIntoFileItrSorted::initializeLumi_(), edm::IndexIntoFile::IndexIntoFileItrNoSort::nextEventRange(), edm::IndexIntoFile::IndexIntoFileItrNoSort::previousEventRange(), edm::IndexIntoFile::IndexIntoFileItrNoSort::setToLastEventInRange(), and edm::IndexIntoFile::IndexIntoFileItrSorted::setToLastEventInRange().
|
privatepure virtual |
Implemented in edm::IndexIntoFile::IndexIntoFileItrSorted, and edm::IndexIntoFile::IndexIntoFileItrNoSort.
Referenced by previousLumiWithEvents().
|
inline |
Definition at line 564 of file IndexIntoFile.h.
Referenced by ntupleDataFormat._Collection::__iter__(), ntupleDataFormat._Collection::__len__(), edm::IndexIntoFile::IndexIntoFileItrNoSort::getRunOrLumiEntryType(), edm::IndexIntoFile::IndexIntoFileItrSorted::getRunOrLumiEntryType(), edm::IndexIntoFile::IndexIntoFileItrNoSort::initializeLumi_(), edm::IndexIntoFile::IndexIntoFileItrNoSort::isSameLumi(), edm::IndexIntoFile::IndexIntoFileItrSorted::isSameLumi(), edm::IndexIntoFile::IndexIntoFileItrNoSort::isSameRun(), edm::IndexIntoFile::IndexIntoFileItrSorted::isSameRun(), edm::IndexIntoFile::IndexIntoFileItrNoSort::lumi(), edm::IndexIntoFile::IndexIntoFileItrSorted::lumi(), edm::IndexIntoFile::IndexIntoFileItrNoSort::nextEventRange(), edm::IndexIntoFile::IndexIntoFileItrNoSort::previousEventRange(), previousLumiWithEvents(), edm::IndexIntoFile::IndexIntoFileItrNoSort::skipLumiInRun(), and edm::IndexIntoFile::IndexIntoFileItrSorted::skipLumiInRun().
void edm::IndexIntoFile::IndexIntoFileItrImpl::skipEventBackward | ( | int & | phIndexOfEvent, |
RunNumber_t & | runOfEvent, | ||
LuminosityBlockNumber_t & | lumiOfEvent, | ||
EntryNumber_t & | eventEntry | ||
) |
Definition at line 1066 of file IndexIntoFile.cc.
References edm::IndexIntoFile::empty(), indexIntoFile_, indexToEvent_, indexToRun_, initializeRun(), edm::IndexIntoFile::invalidEntry, edm::IndexIntoFile::invalidIndex, edm::IndexIntoFile::invalidLumi, edm::IndexIntoFile::invalidRun, edm::IndexIntoFile::kRun, peekAheadAtEventEntry(), peekAheadAtLumi(), previousEventRange(), previousLumiWithEvents(), processHistoryIDIndex(), run(), and type_.
void edm::IndexIntoFile::IndexIntoFileItrImpl::skipEventForward | ( | int & | phIndexOfSkippedEvent, |
RunNumber_t & | runOfSkippedEvent, | ||
LuminosityBlockNumber_t & | lumiOfSkippedEvent, | ||
EntryNumber_t & | skippedEventEntry | ||
) |
Definition at line 1010 of file IndexIntoFile.cc.
References advanceToNextRun(), indexToEvent_, edm::IndexIntoFile::invalidEntry, edm::IndexIntoFile::invalidIndex, edm::IndexIntoFile::invalidLumi, edm::IndexIntoFile::invalidRun, edm::IndexIntoFile::kEnd, edm::IndexIntoFile::kEvent, edm::IndexIntoFile::kLumi, edm::IndexIntoFile::kRun, nEvents_, next(), nextEventRange(), peekAheadAtEventEntry(), peekAheadAtLumi(), processHistoryIDIndex(), run(), skipLumiInRun(), and type_.
|
pure virtual |
Implemented in edm::IndexIntoFile::IndexIntoFileItrSorted, and edm::IndexIntoFile::IndexIntoFileItrNoSort.
Referenced by firstEventEntryThisRun(), and skipEventForward().
bool edm::IndexIntoFile::IndexIntoFileItrImpl::skipToNextEventInLumi | ( | ) |
Definition at line 1274 of file IndexIntoFile.cc.
References indexToEvent_, nEvents_, and nextEventRange().
|
inline |
Definition at line 566 of file IndexIntoFile.h.
Referenced by edm::IndexIntoFile::IndexIntoFileItrNoSort::entry(), edm::IndexIntoFile::IndexIntoFileItrSorted::entry(), Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::inputCommands(), edm::IndexIntoFile::IndexIntoFileItrNoSort::lumi(), edm::IndexIntoFile::IndexIntoFileItrSorted::lumi(), Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::outputCommands(), Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::outputEventContent(), previousLumiWithEvents(), edm::IndexIntoFile::IndexIntoFileItrNoSort::processHistoryIDIndex(), edm::IndexIntoFile::IndexIntoFileItrSorted::processHistoryIDIndex(), Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::properties(), edm::IndexIntoFile::IndexIntoFileItrNoSort::run(), and edm::IndexIntoFile::IndexIntoFileItrSorted::run().
|
private |
Definition at line 597 of file IndexIntoFile.h.
Referenced by operator==(), and skipEventBackward().
|
private |
Definition at line 604 of file IndexIntoFile.h.
Referenced by copyPosition(), initializeRun(), next(), operator==(), setInvalid(), skipEventBackward(), skipEventForward(), and skipToNextEventInLumi().
|
private |
Definition at line 603 of file IndexIntoFile.h.
Referenced by copyPosition(), initializeRun(), operator==(), and setInvalid().
|
private |
Definition at line 602 of file IndexIntoFile.h.
Referenced by advanceToNextLumiOrRun(), copyPosition(), firstEventEntryThisLumi(), initializeLumi(), initializeRun(), next(), operator==(), and setInvalid().
|
private |
Definition at line 601 of file IndexIntoFile.h.
Referenced by advanceToNextLumiOrRun(), advanceToNextRun(), copyPosition(), getLumisInRun(), initializeRun(), next(), operator==(), previousLumiWithEvents(), setInvalid(), and skipEventBackward().
|
private |
Definition at line 605 of file IndexIntoFile.h.
Referenced by copyPosition(), initializeRun(), next(), operator==(), setInvalid(), skipEventForward(), and skipToNextEventInLumi().
|
private |
Definition at line 598 of file IndexIntoFile.h.
Referenced by advanceToNextLumiOrRun(), advanceToNextRun(), getLumisInRun(), initializeRun(), next(), and operator==().
|
private |
Definition at line 600 of file IndexIntoFile.h.
Referenced by Modules.Service::__str__(), Modules.Service::_placeImpl(), Modules.ESSource::_placeImpl(), Modules.ESProducer::_placeImpl(), advanceToNextLumiOrRun(), advanceToNextRun(), Modules.ESPrefer::copy(), copyPosition(), Mixins._TypedParameterizable::dumpPython(), Modules.ESPrefer::dumpPythonAs(), Modules.Service::dumpSequencePython(), getLumisInRun(), RandomRunSource.RandomRunSource::insertInto(), Modules.Service::insertInto(), Mixins._TypedParameterizable::insertInto(), Modules.ESSource::moduleLabel_(), Modules.ESProducer::moduleLabel_(), Modules.ESSource::nameInProcessDesc_(), Modules.ESProducer::nameInProcessDesc_(), Modules.ESPrefer::nameInProcessDesc_(), next(), operator==(), previousLumiWithEvents(), setInvalid(), skipEventBackward(), and skipEventForward().