LArSoft  v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
art::FileIndex::Element Class Reference

#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}
 

Detailed Description

Definition at line 53 of file FileIndex.h.

Constructor & Destructor Documentation

art::FileIndex::Element::Element ( )
default
art::FileIndex::Element::Element ( EventID const &  eID)
inline

Definition at line 57 of file FileIndex.h.

57 : Element(eID, invalidEntry) {}
static EntryNumber_t constexpr invalidEntry
Definition: FileIndex.h:55
art::FileIndex::Element::Element ( EventID const &  eID,
EntryNumber_t const  entry 
)
inline

Definition at line 58 of file FileIndex.h.

References entry_.

59  : eventID_{eID}, entry_{entry}
60  {}
EntryNumber_t entry_
Definition: FileIndex.h:69

Member Function Documentation

EntryType art::FileIndex::Element::getEntryType ( ) const
inline

Member Data Documentation

EntryNumber_t art::FileIndex::Element::entry_ {invalidEntry}
EntryNumber_t constexpr art::FileIndex::Element::invalidEntry {-1}
static

Definition at line 55 of file FileIndex.h.


The documentation for this class was generated from the following file: