#include <EventRange.h>
Public Member Functions | |
EventNumber_t | endEvent () const |
EventID | endEventID () const |
LuminosityBlockNumber_t | endLumi () const |
RunNumber_t | endRun () const |
EventRange () | |
EventRange (RunNumber_t startRun, LuminosityBlockNumber_t startLumi, EventNumber_t startEvent, RunNumber_t endRun, LuminosityBlockNumber_t endLumi, EventNumber_t endEvent) | |
EventRange (EventID const &begin, EventID const &end) | |
EventNumber_t | startEvent () const |
EventID | startEventID () const |
LuminosityBlockNumber_t | startLumi () const |
RunNumber_t | startRun () const |
Private Attributes | |
EventID | endEventID_ |
EventID | startEventID_ |
Definition at line 31 of file EventRange.h.
edm::EventRange::EventRange | ( | ) |
Definition at line 8 of file EventRange.cc.
edm::EventRange::EventRange | ( | RunNumber_t | startRun, |
LuminosityBlockNumber_t | startLumi, | ||
EventNumber_t | startEvent, | ||
RunNumber_t | endRun, | ||
LuminosityBlockNumber_t | endLumi, | ||
EventNumber_t | endEvent | ||
) |
Definition at line 22 of file EventRange.cc.
|
inline |
Definition at line 51 of file EventRange.h.
References endEventID_, and edm::EventID::event().
Referenced by BOOST_PYTHON_MODULE(), edm::encode(), and edm::operator<<().
|
inline |
Definition at line 45 of file EventRange.h.
References endEventID_.
Referenced by edm::contains(), edm::contains_(), edm::lessThan(), and edm::lessThanSpecial().
|
inline |
Definition at line 49 of file EventRange.h.
References endEventID_, and edm::EventID::luminosityBlock().
Referenced by BOOST_PYTHON_MODULE(), Types.EventRange::cppID(), edm::encode(), and edm::operator<<().
|
inline |
Definition at line 47 of file EventRange.h.
References endEventID_, and edm::EventID::run().
Referenced by BOOST_PYTHON_MODULE(), edm::encode(), and edm::operator<<().
|
inline |
Definition at line 50 of file EventRange.h.
References edm::EventID::event(), and startEventID_.
Referenced by BOOST_PYTHON_MODULE(), edm::encode(), and edm::operator<<().
|
inline |
Definition at line 44 of file EventRange.h.
References startEventID_.
Referenced by edm::contains(), edm::contains_(), edm::lessThan(), and edm::lessThanSpecial().
|
inline |
Definition at line 48 of file EventRange.h.
References edm::EventID::luminosityBlock(), and startEventID_.
Referenced by BOOST_PYTHON_MODULE(), edm::contains(), Types.EventRange::cppID(), edm::distinct(), edm::encode(), edm::lessThan(), edm::lessThanSpecial(), edm::operator<<(), and edm::overlaps().
|
inline |
Definition at line 46 of file EventRange.h.
References edm::EventID::run(), and startEventID_.
Referenced by BOOST_PYTHON_MODULE(), edm::encode(), and edm::operator<<().
|
private |
Definition at line 63 of file EventRange.h.
Referenced by endEvent(), endEventID(), endLumi(), and endRun().
|
private |
Definition at line 62 of file EventRange.h.
Referenced by startEvent(), startEventID(), startLumi(), and startRun().