LArSoft
v09_90_00
Liquid Argon Software toolkit - https://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 {invalid} |
Static Public Attributes | |
static constexpr EntryNumber_t | invalid {-1} |
Definition at line 50 of file FileIndex.h.
|
default |
art::FileIndex::Element::Element | ( | EventID const & | eID | ) |
Definition at line 35 of file FileIndex.cc.
art::FileIndex::Element::Element | ( | EventID const & | eID, |
EntryNumber_t const | entry | ||
) |
FileIndex::EntryType art::FileIndex::Element::getEntryType | ( | ) | const |
Definition at line 43 of file FileIndex.cc.
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 {invalid} |
Definition at line 60 of file FileIndex.h.
Referenced by Element(), art::Compare_Run_SubRun_EventEntry::operator()(), and art::operator<<().
EventID art::FileIndex::Element::eventID {} |
Definition at line 59 of file FileIndex.h.
Referenced by getEntryType(), art::Compare_Run_SubRun_EventEntry::operator()(), art::operator<(), and art::operator<<().
|
static |
Definition at line 51 of file FileIndex.h.
Referenced by art::FileIndex::allEventsInEntryOrder().