#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 841 of file IndexIntoFile.h.
|
inline |
Definition at line 843 of file IndexIntoFile.h.
|
inline |
|
inline |
Definition at line 850 of file IndexIntoFile.h.
References lumi(), lumi_, processHistoryIDIndex(), processHistoryIDIndex_, run(), and run_.
|
inline |
Definition at line 846 of file IndexIntoFile.h.
References processHistoryIDIndex_.
Referenced by operator<().
|
inline |
Definition at line 847 of file IndexIntoFile.h.
References run_.
Referenced by Types.EventID::cppID(), Types.LuminosityBlockID::cppID(), and operator<().
|
private |
Definition at line 863 of file IndexIntoFile.h.
Referenced by lumi(), and operator<().
|
private |
Definition at line 861 of file IndexIntoFile.h.
Referenced by operator<(), and processHistoryIDIndex().
|
private |
Definition at line 862 of file IndexIntoFile.h.
Referenced by operator<(), and run().