#include <IndexIntoFile.h>
Public Member Functions | |
long long | beginEventNumbers () const |
long long | endEventNumbers () const |
int | indexToGetEntry () const |
bool | isRun () const |
LuminosityBlockNumber_t | lumi () const |
bool | operator< (RunOrLumiIndexes const &right) const |
int | processHistoryIDIndex () const |
RunNumber_t | run () const |
RunOrLumiIndexes (int processHistoryIDIndex, RunNumber_t run, LuminosityBlockNumber_t lumi, int indexToGetEntry) | |
void | setBeginEventNumbers (long long v) |
void | setEndEventNumbers (long long v) |
Private Attributes | |
long long | beginEventNumbers_ |
long long | endEventNumbers_ |
int | indexToGetEntry_ |
LuminosityBlockNumber_t | lumi_ |
int | processHistoryIDIndex_ |
RunNumber_t | run_ |
Definition at line 482 of file IndexIntoFile.h.
edm::IndexIntoFile::RunOrLumiIndexes::RunOrLumiIndexes | ( | int | processHistoryIDIndex, |
RunNumber_t | run, | ||
LuminosityBlockNumber_t | lumi, | ||
int | indexToGetEntry | ||
) |
Definition at line 925 of file IndexIntoFile.cc.
|
inline |
Definition at line 490 of file IndexIntoFile.h.
References beginEventNumbers_.
Referenced by edm::IndexIntoFile::containsDuplicateEvents(), and edm::IndexIntoFile::set_intersection().
|
inline |
Definition at line 491 of file IndexIntoFile.h.
References endEventNumbers_.
Referenced by edm::IndexIntoFile::containsDuplicateEvents(), and edm::IndexIntoFile::set_intersection().
|
inline |
Definition at line 489 of file IndexIntoFile.h.
References indexToGetEntry_.
|
inline |
Definition at line 493 of file IndexIntoFile.h.
References edm::IndexIntoFile::invalidLumi, and lumi().
Referenced by edm::IndexIntoFile::containsDuplicateEvents(), and edm::IndexIntoFile::set_intersection().
|
inline |
Definition at line 488 of file IndexIntoFile.h.
References lumi_.
Referenced by isRun(), operator<(), and edm::IndexIntoFile::set_intersection().
|
inline |
Definition at line 498 of file IndexIntoFile.h.
References lumi(), lumi_, processHistoryIDIndex(), processHistoryIDIndex_, run(), and run_.
|
inline |
Definition at line 486 of file IndexIntoFile.h.
References processHistoryIDIndex_.
Referenced by edm::Compare_Index_Run::operator()(), edm::Compare_Index::operator()(), operator<(), and edm::IndexIntoFile::set_intersection().
|
inline |
Definition at line 487 of file IndexIntoFile.h.
References run_.
Referenced by Types.EventID::cppID(), Types.LuminosityBlockID::cppID(), edm::Compare_Index_Run::operator()(), operator<(), and edm::IndexIntoFile::set_intersection().
|
inline |
Definition at line 495 of file IndexIntoFile.h.
References beginEventNumbers_, and findQualityFiles::v.
|
inline |
Definition at line 496 of file IndexIntoFile.h.
References endEventNumbers_, and findQualityFiles::v.
|
private |
Definition at line 526 of file IndexIntoFile.h.
Referenced by beginEventNumbers(), and setBeginEventNumbers().
|
private |
Definition at line 527 of file IndexIntoFile.h.
Referenced by endEventNumbers(), and setEndEventNumbers().
|
private |
Definition at line 512 of file IndexIntoFile.h.
Referenced by indexToGetEntry().
|
private |
Definition at line 511 of file IndexIntoFile.h.
Referenced by lumi(), and operator<().
|
private |
Definition at line 509 of file IndexIntoFile.h.
Referenced by operator<(), and processHistoryIDIndex().
|
private |
Definition at line 510 of file IndexIntoFile.h.
Referenced by operator<(), and run().