#include <IndexIntoFile.h>
Public Member Functions | |
IndexRunLumiKey (int index, RunNumber_t run, LuminosityBlockNumber_t lumi) | |
LuminosityBlockNumber_t | lumi () const |
bool | operator< (IndexRunLumiKey const &right) const |
int | processHistoryIDIndex () const |
RunNumber_t | run () const |
Private Attributes | |
LuminosityBlockNumber_t | lumi_ |
int | processHistoryIDIndex_ |
RunNumber_t | run_ |
Definition at line 1051 of file IndexIntoFile.h.
|
inline |
Definition at line 1053 of file IndexIntoFile.h.
|
inline |
Definition at line 1058 of file IndexIntoFile.h.
References lumi_.
Referenced by operator<().
|
inline |
Definition at line 1060 of file IndexIntoFile.h.
References lumi(), lumi_, processHistoryIDIndex(), processHistoryIDIndex_, run(), and run_.
|
inline |
Definition at line 1056 of file IndexIntoFile.h.
References processHistoryIDIndex_.
Referenced by operator<().
|
inline |
Definition at line 1057 of file IndexIntoFile.h.
References run_.
Referenced by Types.EventID::cppID(), Types.LuminosityBlockID::cppID(), and operator<().
|
private |
Definition at line 1073 of file IndexIntoFile.h.
Referenced by lumi(), and operator<().
|
private |
Definition at line 1071 of file IndexIntoFile.h.
Referenced by operator<(), and processHistoryIDIndex().
|
private |
Definition at line 1072 of file IndexIntoFile.h.
Referenced by operator<(), and run().