#include <IndexIntoFile.h>
Public Member Functions | |
EntryNumber_t | beginEvents () const |
EntryNumber_t | endEvents () const |
EntryNumber_t | entry () const |
bool | isRun () const |
LuminosityBlockNumber_t | lumi () const |
bool | operator< (RunOrLumiEntry const &right) const |
EntryNumber_t | orderPHIDRun () const |
EntryNumber_t | orderPHIDRunLumi () const |
int | processHistoryIDIndex () const |
RunNumber_t | run () const |
RunOrLumiEntry () | |
RunOrLumiEntry (EntryNumber_t orderPHIDRun, EntryNumber_t orderPHIDRunLumi, EntryNumber_t entry, int processHistoryIDIndex, RunNumber_t run, LuminosityBlockNumber_t lumi, EntryNumber_t beginEvents, EntryNumber_t Event) | |
void | setOrderPHIDRun (EntryNumber_t v) |
void | setOrderPHIDRunLumi (EntryNumber_t v) |
void | setProcessHistoryIDIndex (int v) |
Definition at line 405 of file IndexIntoFile.h.
edm::IndexIntoFile::RunOrLumiEntry::RunOrLumiEntry | ( | ) |
Definition at line 898 of file IndexIntoFile.cc.
edm::IndexIntoFile::RunOrLumiEntry::RunOrLumiEntry | ( | EntryNumber_t | orderPHIDRun, |
EntryNumber_t | orderPHIDRunLumi, | ||
EntryNumber_t | entry, | ||
int | processHistoryIDIndex, | ||
RunNumber_t | run, | ||
LuminosityBlockNumber_t | lumi, | ||
EntryNumber_t | beginEvents, | ||
EntryNumber_t | Event | ||
) |
Definition at line 908 of file IndexIntoFile.cc.
|
inline |
Definition at line 424 of file IndexIntoFile.h.
References beginEvents_.
Referenced by edm::IndexIntoFile::IndexIntoFileItrEntryOrder::fillLumisWithNoRemainingEvents().
|
inline |
Definition at line 425 of file IndexIntoFile.h.
References endEvents_.
|
inline |
Definition at line 420 of file IndexIntoFile.h.
References entry_.
Referenced by edm::IndexIntoFile::checkForMissingRunOrLumiEntry(), and operator<().
|
inline |
Definition at line 427 of file IndexIntoFile.h.
References edm::IndexIntoFile::invalidLumi, and lumi().
|
inline |
Definition at line 423 of file IndexIntoFile.h.
References lumi_.
Referenced by edm::IndexIntoFile::checkForMissingRunOrLumiEntry(), and isRun().
|
inline |
Definition at line 433 of file IndexIntoFile.h.
References entry(), entry_, orderPHIDRun(), orderPHIDRun_, orderPHIDRunLumi(), and orderPHIDRunLumi_.
|
inline |
Definition at line 418 of file IndexIntoFile.h.
References orderPHIDRun_.
Referenced by operator<().
|
inline |
Definition at line 419 of file IndexIntoFile.h.
References orderPHIDRunLumi_.
Referenced by operator<().
|
inline |
Definition at line 421 of file IndexIntoFile.h.
References processHistoryIDIndex_.
|
inline |
Definition at line 422 of file IndexIntoFile.h.
References run_.
Referenced by edm::IndexIntoFile::checkForMissingRunOrLumiEntry(), Types.EventID::cppID(), and Types.LuminosityBlockID::cppID().
|
inline |
Definition at line 429 of file IndexIntoFile.h.
References orderPHIDRun_, and findQualityFiles::v.
|
inline |
Definition at line 430 of file IndexIntoFile.h.
References orderPHIDRunLumi_, and findQualityFiles::v.
|
inline |
Definition at line 431 of file IndexIntoFile.h.
References processHistoryIDIndex_, and findQualityFiles::v.
|
private |
Definition at line 475 of file IndexIntoFile.h.
Referenced by beginEvents().
|
private |
Definition at line 476 of file IndexIntoFile.h.
Referenced by endEvents().
|
private |
Definition at line 466 of file IndexIntoFile.h.
Referenced by entry(), and operator<().
|
private |
Definition at line 470 of file IndexIntoFile.h.
Referenced by lumi().
|
private |
Definition at line 448 of file IndexIntoFile.h.
Referenced by operator<(), orderPHIDRun(), and setOrderPHIDRun().
|
private |
Definition at line 455 of file IndexIntoFile.h.
Referenced by operator<(), orderPHIDRunLumi(), and setOrderPHIDRunLumi().
|
private |
Definition at line 468 of file IndexIntoFile.h.
Referenced by processHistoryIDIndex(), and setProcessHistoryIDIndex().
|
private |
Definition at line 469 of file IndexIntoFile.h.
Referenced by run().