Template to represent intervals in one dimension. More...
#include "JetMETCorrections/InterpolationTables/interface/NpstatException.h"
#include <algorithm>
#include <cmath>
#include <cassert>
Go to the source code of this file.
Classes | |
class | npstat::Interval< Numeric > |
Namespaces | |
npstat | |
Functions | |
template<typename Numeric > | |
bool | operator== (const npstat::Interval< Numeric > &l, const npstat::Interval< Numeric > &r) |
template<typename Numeric > | |
bool | operator!= (const npstat::Interval< Numeric > &l, const npstat::Interval< Numeric > &r) |
Template to represent intervals in one dimension.
Author: I. Volobouev
March 2010
Definition in file Interval.h.
bool operator!= | ( | const npstat::Interval< Numeric > & | l, |
const npstat::Interval< Numeric > & | r | ||
) |
bool operator== | ( | const npstat::Interval< Numeric > & | l, |
const npstat::Interval< Numeric > & | r | ||
) |
Binary comparison for equality
Definition at line 280 of file Interval.h.
References MainPageGenerator::l, and alignCSCRings::r.