#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 300 of file IndexIntoFile.h.
edm::IndexIntoFile::RunOrLumiEntry::RunOrLumiEntry | ( | ) |
Definition at line 921 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 932 of file IndexIntoFile.cc.
|
inline |
Definition at line 320 of file IndexIntoFile.h.
References beginEvents_.
|
inline |
Definition at line 321 of file IndexIntoFile.h.
References endEvents_.
|
inline |
|
inline |
Definition at line 323 of file IndexIntoFile.h.
References edm::IndexIntoFile::invalidLumi, and lumi().
|
inline |
Definition at line 319 of file IndexIntoFile.h.
References lumi_.
Referenced by isRun().
|
inline |
Definition at line 329 of file IndexIntoFile.h.
References entry(), entry_, orderPHIDRun(), orderPHIDRun_, orderPHIDRunLumi(), and orderPHIDRunLumi_.
|
inline |
Definition at line 314 of file IndexIntoFile.h.
References orderPHIDRun_.
Referenced by operator<().
|
inline |
Definition at line 315 of file IndexIntoFile.h.
References orderPHIDRunLumi_.
Referenced by operator<().
|
inline |
Definition at line 317 of file IndexIntoFile.h.
References processHistoryIDIndex_.
|
inline |
Definition at line 318 of file IndexIntoFile.h.
References run_.
Referenced by Types.LuminosityBlockID::cppID().
|
inline |
Definition at line 325 of file IndexIntoFile.h.
References orderPHIDRun_, and findQualityFiles::v.
|
inline |
Definition at line 326 of file IndexIntoFile.h.
References orderPHIDRunLumi_, and findQualityFiles::v.
|
inline |
Definition at line 327 of file IndexIntoFile.h.
References processHistoryIDIndex_, and findQualityFiles::v.
|
private |
Definition at line 363 of file IndexIntoFile.h.
Referenced by beginEvents().
|
private |
Definition at line 364 of file IndexIntoFile.h.
Referenced by endEvents().
|
private |
Definition at line 354 of file IndexIntoFile.h.
Referenced by entry(), and operator<().
|
private |
Definition at line 358 of file IndexIntoFile.h.
Referenced by lumi().
|
private |
Definition at line 344 of file IndexIntoFile.h.
Referenced by operator<(), orderPHIDRun(), and setOrderPHIDRun().
|
private |
Definition at line 351 of file IndexIntoFile.h.
Referenced by operator<(), orderPHIDRunLumi(), and setOrderPHIDRunLumi().
|
private |
Definition at line 356 of file IndexIntoFile.h.
Referenced by processHistoryIDIndex(), and setProcessHistoryIDIndex().
|
private |
Definition at line 357 of file IndexIntoFile.h.
Referenced by run().