#include <IndexIntoFile.h>
Public Member Functions | |
EventNumber_t | event () const |
IndexRunLumiEventKey (int index, RunNumber_t run, LuminosityBlockNumber_t lumi, EventNumber_t event) | |
LuminosityBlockNumber_t | lumi () const |
bool | operator< (IndexRunLumiEventKey const &right) const |
int | processHistoryIDIndex () const |
RunNumber_t | run () const |
Private Attributes | |
EventNumber_t | event_ |
LuminosityBlockNumber_t | lumi_ |
int | processHistoryIDIndex_ |
RunNumber_t | run_ |
Definition at line 834 of file IndexIntoFile.h.
|
inline |
Definition at line 836 of file IndexIntoFile.h.
|
inline |
Definition at line 846 of file IndexIntoFile.h.
References event_.
Referenced by Types.EventID::cppID(), core.AutoHandle.AutoHandle::Load(), operator<(), and core.AutoHandle.AutoHandle::product().
|
inline |
Definition at line 845 of file IndexIntoFile.h.
References lumi_.
Referenced by operator<().
|
inline |
Definition at line 848 of file IndexIntoFile.h.
References event(), event_, lumi(), lumi_, processHistoryIDIndex(), processHistoryIDIndex_, run(), and run_.
|
inline |
Definition at line 843 of file IndexIntoFile.h.
References processHistoryIDIndex_.
Referenced by operator<().
|
inline |
Definition at line 844 of file IndexIntoFile.h.
References run_.
Referenced by Types.EventID::cppID(), Types.LuminosityBlockID::cppID(), and operator<().
|
private |
Definition at line 865 of file IndexIntoFile.h.
Referenced by event(), and operator<().
|
private |
Definition at line 864 of file IndexIntoFile.h.
Referenced by lumi(), and operator<().
|
private |
Definition at line 862 of file IndexIntoFile.h.
Referenced by operator<(), and processHistoryIDIndex().
|
private |
Definition at line 863 of file IndexIntoFile.h.
Referenced by operator<(), and run().