ATLAS Offline Software
Loading...
Searching...
No Matches
EL::EventRange Struct Referencefinal

a range of events in a given file More...

#include <EventRange.h>

Collaboration diagram for EL::EventRange:

Public Attributes

std::string m_url
 the location of the file
Long64_t m_beginEvent {0}
 the first event to process
Long64_t m_endEvent {eof}
 the event past the last event, or eof

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

Detailed Description

a range of events in a given file

Definition at line 21 of file EventRange.h.

Member Data Documentation

◆ eof

Long64_t EL::EventRange::eof {-1}
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.

34{-1};

◆ m_beginEvent

Long64_t EL::EventRange::m_beginEvent {0}

the first event to process

Definition at line 27 of file EventRange.h.

27{0};

◆ m_endEvent

Long64_t EL::EventRange::m_endEvent {eof}

the event past the last event, or eof

Definition at line 30 of file EventRange.h.

30{eof};
static constexpr Long64_t eof
the special value to indicate that the range includes all events until the end of the file
Definition EventRange.h:34

◆ m_url

std::string EL::EventRange::m_url

the location of the file

Definition at line 24 of file EventRange.h.


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