ATLAS Offline Software
|
a range of events in a given file More...
#include <EventRange.h>
Public Attributes | |
std::string | m_url |
the location of the file More... | |
Long64_t | m_beginEvent {0} |
the first event to process More... | |
Long64_t | m_endEvent {eof} |
the event past the last event, or eof More... | |
Static Public Attributes | |
static constexpr Long64_t | eof {-1} |
the special value to indicate that the range includes all events until the end of the file More... | |
a range of events in a given file
Definition at line 21 of file EventRange.h.
|
staticconstexpr |
the special value to indicate that the range includes all events until the end of the file
Definition at line 34 of file EventRange.h.
Long64_t EL::EventRange::m_beginEvent {0} |
the first event to process
Definition at line 27 of file EventRange.h.
Long64_t EL::EventRange::m_endEvent {eof} |
the event past the last event, or eof
Definition at line 30 of file EventRange.h.
std::string EL::EventRange::m_url |
the location of the file
Definition at line 24 of file EventRange.h.