#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 885 of file IndexIntoFile.h.
|
inline |
Definition at line 887 of file IndexIntoFile.h.
|
inline |
Definition at line 892 of file IndexIntoFile.h.
References lumi_.
Referenced by operator<(), and upgradeWorkflowComponents.UpgradeWorkflowAging::setup_().
|
inline |
Definition at line 894 of file IndexIntoFile.h.
References lumi(), lumi_, processHistoryIDIndex(), processHistoryIDIndex_, run(), and run_.
|
inline |
Definition at line 890 of file IndexIntoFile.h.
References processHistoryIDIndex_.
Referenced by operator<().
|
inline |
Definition at line 891 of file IndexIntoFile.h.
References run_.
Referenced by Types.EventID::cppID(), Types.LuminosityBlockID::cppID(), and operator<().
|
private |
Definition at line 907 of file IndexIntoFile.h.
Referenced by lumi(), and operator<().
|
private |
Definition at line 905 of file IndexIntoFile.h.
Referenced by operator<(), and processHistoryIDIndex().
|
private |
Definition at line 906 of file IndexIntoFile.h.
Referenced by operator<(), and run().