Template to represent rectangles, boxes, and hyperboxes. More...
#include <vector>
#include "Alignment/Geners/interface/ClassId.hh"
#include "JetMETCorrections/InterpolationTables/interface/Interval.h"
#include <limits>
#include <cassert>
#include "JetMETCorrections/InterpolationTables/interface/NpstatException.h"
#include "Alignment/Geners/interface/GenericIO.hh"
#include "Alignment/Geners/interface/IOIsUnsigned.hh"
Go to the source code of this file.
Classes | |
struct | npstat::BoxND< Numeric > |
Namespaces | |
npstat | |
Functions | |
template<typename Numeric > | |
bool | operator== (const npstat::BoxND< Numeric > &l, const npstat::BoxND< Numeric > &r) |
template<typename Numeric > | |
bool | operator!= (const npstat::BoxND< Numeric > &l, const npstat::BoxND< Numeric > &r) |
Template to represent rectangles, boxes, and hyperboxes.
Author: I. Volobouev
March 2010
Definition in file BoxND.h.
bool operator!= | ( | const npstat::BoxND< Numeric > & | l, |
const npstat::BoxND< Numeric > & | r | ||
) |
Definition at line 558 of file BoxND.h.
References alignCSCRings::r.
bool operator== | ( | const npstat::BoxND< Numeric > & | l, |
const npstat::BoxND< Numeric > & | r | ||
) |