1 #ifndef GAUDIKERNEL_EVENTIDRANGE_H     2 #define GAUDIKERNEL_EVENTIDRANGE_H 1    38   template <
typename ... T>
    68   return ! (lhs == rhs);
 static EventIDRange intersect(const EventIDRange &first, const T &...rest)
 
friend std::ostream & operator<<(std::ostream &os, const EventIDRange &rhs)
 
friend bool operator==(const EventIDRange &lhs, const EventIDRange &rhs)
 
EventIDRange(const EventIDRange &r)
 
This class provides a unique identification for each event, in terms of run/event number and/or a tim...
 
EventIDRange & operator=(const EventIDRange &r)
 
friend bool operator!=(const EventIDRange &lhs, const EventIDRange &rhs)
 
static EventIDRange intersect(const EventIDRange &it)
 
This class provides a unique identification for each event, in terms of run/event number and/or a tim...
 
EventIDBase start() const 
 
bool isInRange(const EventIDBase &t) const