LArSoft
v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
|
#include "FileIndex.h"
Public Member Functions | |
Element ()=default | |
Element (EventID const &eID) | |
Element (EventID const &eID, EntryNumber_t const entry) | |
EntryType | getEntryType () const |
Public Attributes | |
EventID | eventID_ {} |
EntryNumber_t | entry_ {invalidEntry} |
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 69 of file FileIndex.h.
Referenced by Element(), art::Compare_Run_SubRun_EventEntry::operator()(), and art::operator<<().
EventID art::FileIndex::Element::eventID_ {} |
Definition at line 68 of file FileIndex.h.
Referenced by getEntryType(), art::Compare_Run_SubRun_EventEntry::operator()(), art::operator<(), art::operator<<(), and art::detail::rangeSetFromFileIndex().
|
static |
Definition at line 55 of file FileIndex.h.