9#ifndef EVENT_LOOP__EVENT_RANGE_H
10#define EVENT_LOOP__EVENT_RANGE_H
34 static constexpr Long64_t
eof {-1};
This module defines the arguments passed from the BATCH driver to the BATCH worker.
a range of events in a given file
std::string m_url
the location of the file
static constexpr Long64_t eof
the special value to indicate that the range includes all events until the end of the file
Long64_t m_beginEvent
the first event to process
Long64_t m_endEvent
the event past the last event, or eof