Public Member Functions | |
Element ()=default | |
Element (EventID const &eID) | |
Element (EventID const &eID, EntryNumber_t const entry) | |
EntryType | getEntryType () const |
Public Attributes | |
EntryNumber_t | entry_ {invalidEntry} |
EventID | eventID_ {} |
Static Public Attributes | |
static EntryNumber_t constexpr | invalidEntry {-1} |
Definition at line 53 of file FileIndex.h.
|
default |
|
inline |
Definition at line 57 of file FileIndex.h.
|
inline |
|
inline |
Definition at line 62 of file FileIndex.h.
References eventID_, art::SubRunID::isValid(), art::EventID::isValid(), art::FileIndex::kEvent, art::FileIndex::kRun, art::FileIndex::kSubRun, and art::EventID::subRunID().
EntryNumber_t art::FileIndex::Element::entry_ {invalidEntry} |
Definition at line 72 of file FileIndex.h.
EventID art::FileIndex::Element::eventID_ {} |
Definition at line 73 of file FileIndex.h.
Referenced by Element(), and getEntryType().
|
static |
Definition at line 55 of file FileIndex.h.