ATLAS Offline Software
Public Attributes | Static Public Attributes | List of all members
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 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...
 

Detailed Description

a range of events in a given file

Definition at line 21 of file EventRange.h.

Member Data Documentation

◆ eof

constexpr 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.

◆ m_beginEvent

Long64_t EL::EventRange::m_beginEvent {0}

the first event to process

Definition at line 27 of file EventRange.h.

◆ 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.

◆ 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: