|
ATLAS Offline Software
|
Go to the documentation of this file.
25 static double inf() {
return std::numeric_limits<double>::infinity(); }
void setExcludeInterval(bool excludeInterval)
bool operator==(const VP1Interval &other) const
bool excludeInterval() const
void setOpenLower(bool openLower)
bool excludedByUpper(const double &x) const
bool contains(const double &x) const
bool noUpperBound() const
void setOpenUpper(bool openUpper)
void set(const double &lower, const double &upper, bool openLower=true, bool openUpper=true, bool excludeRange=false)
void setUpper(const double &upper)
void translate(const double &)
bool hasOverlap(const VP1Interval &other) const
void setOpen(bool openLower, bool openUpper)
bool excludedByLower(const double &x) const
void setLower(const double &lower)
bool noLowerBound() const