#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 370 of file IndexIntoFile.h.
edm::IndexIntoFile::RunOrLumiIndexes::RunOrLumiIndexes | ( | int | processHistoryIDIndex, |
RunNumber_t | run, | ||
LuminosityBlockNumber_t | lumi, | ||
int | indexToGetEntry | ||
) |
Definition at line 950 of file IndexIntoFile.cc.
|
inline |
Definition at line 378 of file IndexIntoFile.h.
References beginEventNumbers_.
Referenced by edm::IndexIntoFile::containsDuplicateEvents(), and edm::IndexIntoFile::set_intersection().
|
inline |
Definition at line 379 of file IndexIntoFile.h.
References endEventNumbers_.
Referenced by edm::IndexIntoFile::containsDuplicateEvents(), and edm::IndexIntoFile::set_intersection().
|
inline |
Definition at line 377 of file IndexIntoFile.h.
References indexToGetEntry_.
|
inline |
Definition at line 381 of file IndexIntoFile.h.
References edm::IndexIntoFile::invalidLumi, and lumi().
Referenced by edm::IndexIntoFile::containsDuplicateEvents(), and edm::IndexIntoFile::set_intersection().
|
inline |
Definition at line 376 of file IndexIntoFile.h.
References lumi_.
Referenced by isRun(), operator<(), and edm::IndexIntoFile::set_intersection().
|
inline |
Definition at line 386 of file IndexIntoFile.h.
References lumi(), lumi_, processHistoryIDIndex(), processHistoryIDIndex_, run(), and run_.
|
inline |
Definition at line 374 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 375 of file IndexIntoFile.h.
References run_.
Referenced by Types.LuminosityBlockID::cppID(), edm::Compare_Index_Run::operator()(), operator<(), and edm::IndexIntoFile::set_intersection().
|
inline |
Definition at line 383 of file IndexIntoFile.h.
References beginEventNumbers_, and findQualityFiles::v.
|
inline |
Definition at line 384 of file IndexIntoFile.h.
References endEventNumbers_, and findQualityFiles::v.
|
private |
Definition at line 415 of file IndexIntoFile.h.
Referenced by beginEventNumbers(), and setBeginEventNumbers().
|
private |
Definition at line 416 of file IndexIntoFile.h.
Referenced by endEventNumbers(), and setEndEventNumbers().
|
private |
Definition at line 401 of file IndexIntoFile.h.
Referenced by indexToGetEntry().
|
private |
Definition at line 400 of file IndexIntoFile.h.
Referenced by lumi(), and operator<().
|
private |
Definition at line 398 of file IndexIntoFile.h.
Referenced by operator<(), and processHistoryIDIndex().
|
private |
Definition at line 399 of file IndexIntoFile.h.
Referenced by operator<(), and run().