#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 301 of file IndexIntoFile.h.
edm::IndexIntoFile::RunOrLumiEntry::RunOrLumiEntry | ( | ) |
Definition at line 902 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 913 of file IndexIntoFile.cc.
|
inline |
Definition at line 321 of file IndexIntoFile.h.
References beginEvents_.
|
inline |
Definition at line 322 of file IndexIntoFile.h.
References endEvents_.
|
inline |
|
inline |
Definition at line 324 of file IndexIntoFile.h.
References edm::IndexIntoFile::invalidLumi, and lumi().
|
inline |
Definition at line 320 of file IndexIntoFile.h.
References lumi_.
Referenced by isRun().
|
inline |
Definition at line 330 of file IndexIntoFile.h.
References entry(), entry_, orderPHIDRun(), orderPHIDRun_, orderPHIDRunLumi(), and orderPHIDRunLumi_.
|
inline |
Definition at line 315 of file IndexIntoFile.h.
References orderPHIDRun_.
Referenced by operator<().
|
inline |
Definition at line 316 of file IndexIntoFile.h.
References orderPHIDRunLumi_.
Referenced by operator<().
|
inline |
Definition at line 318 of file IndexIntoFile.h.
References processHistoryIDIndex_.
|
inline |
Definition at line 319 of file IndexIntoFile.h.
References run_.
Referenced by Types.EventID::cppID(), and Types.LuminosityBlockID::cppID().
|
inline |
Definition at line 326 of file IndexIntoFile.h.
References orderPHIDRun_, and findQualityFiles::v.
|
inline |
Definition at line 327 of file IndexIntoFile.h.
References orderPHIDRunLumi_, and findQualityFiles::v.
|
inline |
Definition at line 328 of file IndexIntoFile.h.
References processHistoryIDIndex_, and findQualityFiles::v.
|
private |
Definition at line 364 of file IndexIntoFile.h.
Referenced by beginEvents().
|
private |
Definition at line 365 of file IndexIntoFile.h.
Referenced by endEvents().
|
private |
Definition at line 355 of file IndexIntoFile.h.
Referenced by entry(), and operator<().
|
private |
Definition at line 359 of file IndexIntoFile.h.
Referenced by lumi().
|
private |
Definition at line 345 of file IndexIntoFile.h.
Referenced by operator<(), orderPHIDRun(), and setOrderPHIDRun().
|
private |
Definition at line 352 of file IndexIntoFile.h.
Referenced by operator<(), orderPHIDRunLumi(), and setOrderPHIDRunLumi().
|
private |
Definition at line 357 of file IndexIntoFile.h.
Referenced by processHistoryIDIndex(), and setProcessHistoryIDIndex().
|
private |
Definition at line 358 of file IndexIntoFile.h.
Referenced by run().