#include <ArrayRange.h>
Public Member Functions | |
ArrayRange () | |
ArrayRange (unsigned dim) | |
ArrayRange (unsigned dim, const Interval< unsigned > &r1) | |
void | lowerLimits (unsigned *limits, unsigned limitsLen) const |
bool | operator< (const ArrayRange &) const |
void | rangeLength (unsigned *range, unsigned rangeLen) const |
unsigned long | rangeSize () const |
ArrayShape | shape () const |
ArrayRange & | stripOuterLayer () |
void | upperLimits (unsigned *limits, unsigned limitsLen) const |
ArrayRange (const ArrayShape &shape) | |
ArrayRange (const unsigned *shape, unsigned shapeLen) | |
bool | isCompatible (const ArrayShape &shape) const |
bool | isCompatible (const unsigned *shape, unsigned shapeLen) const |
Public Member Functions inherited from npstat::BoxND< unsigned > | |
BoxND () | |
BoxND (const unsigned long dim) | |
BoxND (const unsigned long dim, const Interval< unsigned > &v) | |
BoxND (const std::vector< Num2 > &limits) | |
BoxND (const BoxND< Num2 > &r) | |
BoxND & | copyFrom (const BoxND< Num2 > &r) |
BoxND< unsigned > & | copyFrom (const BoxND< Num2 > &r) |
unsigned long | dim () const |
BoxND & | expand (double r) |
void | getMidpoint (unsigned *coord, unsigned long coordLen) const |
BoxND & | moveToOrigin () |
BoxND< unsigned > & | operator+= (const std::vector< Num2 > &shifts) |
BoxND< unsigned > & | operator-= (const std::vector< Num2 > &shifts) |
double | overlapFraction (const BoxND &r) const |
unsigned | overlapVolume (const BoxND &r) const |
BoxND< unsigned > & | shift (const Num2 *shifts, const unsigned long shiftsLen) |
unsigned | volume () const |
bool | isInsideLower (const Num2 *coord, unsigned long coordLen) const |
bool | isInsideUpper (const Num2 *coord, unsigned long coordLen) const |
bool | isInsideWithBounds (const Num2 *coord, unsigned long coordLen) const |
bool | isInside (const Num2 *coord, unsigned long coordLen) const |
BoxND & | operator*= (double r) |
BoxND & | operator/= (double r) |
BoxND & | operator*= (const std::vector< double > &scales) |
BoxND & | operator/= (const std::vector< double > &scales) |
BoxND & | expand (const std::vector< double > &scales) |
BoxND & | expand (const double *scales, unsigned long lenScales) |
BoxND & | operator+= (const std::vector< Num2 > &shifts) |
BoxND & | operator-= (const std::vector< Num2 > &shifts) |
BoxND & | shift (const Num2 *shifts, unsigned long lenShifts) |
gs::ClassId | classId () const |
bool | write (std::ostream &of) const |
Additional Inherited Members | |
Static Public Member Functions inherited from npstat::BoxND< unsigned > | |
static BoxND | allSpace (unsigned long ndim) |
static const char * | classname () |
static void | restore (const gs::ClassId &id, std::istream &in, BoxND *box) |
static BoxND | sizeTwoBox (unsigned long ndim) |
static BoxND | unitBox (unsigned long ndim) |
static unsigned | version () |
Utility class for use in certain array iterations
Definition at line 21 of file ArrayRange.h.
|
inline |
Definition at line 22 of file ArrayRange.h.
|
inlineexplicit |
|
inline |
|
inlineexplicit |
Constructor which creates a range out of a shape which is used to represent the upper limit. The lower limit in each dimension is set to 0.
Definition at line 36 of file ArrayRange.h.
npstat::ArrayRange::ArrayRange | ( | const unsigned * | shape, |
unsigned | shapeLen | ||
) |
Definition at line 5 of file ArrayRange.cc.
References cms::cuda::assert(), mps_fire::i, and push_back().
bool npstat::ArrayRange::isCompatible | ( | const ArrayShape & | shape | ) | const |
Check for compatibility with a shape
Definition at line 14 of file ArrayRange.cc.
bool npstat::ArrayRange::isCompatible | ( | const unsigned * | shape, |
unsigned | shapeLen | ||
) | const |
Definition at line 19 of file ArrayRange.cc.
References cms::cuda::assert(), mps_fire::i, WZElectronSkims53X_cff::max, and mitigatedMETSequence_cff::U.
void npstat::ArrayRange::lowerLimits | ( | unsigned * | limits, |
unsigned | limitsLen | ||
) | const |
Get the lower range limits into an array. The length of the limit array should be at least equal to the dimensionality.
Definition at line 86 of file ArrayRange.cc.
References cms::cuda::assert(), data, mps_fire::i, TH2PolyOfflineMaps::limits, and SiStripPI::min.
bool npstat::ArrayRange::operator< | ( | const ArrayRange & | r | ) | const |
Operator for use with maps
Definition at line 34 of file ArrayRange.cc.
References mps_fire::i, npstat::Interval< Numeric >::max(), and npstat::Interval< Numeric >::min().
void npstat::ArrayRange::rangeLength | ( | unsigned * | range, |
unsigned | rangeLen | ||
) | const |
Get the range into an array
Definition at line 114 of file ArrayRange.cc.
References cms::cuda::assert(), data, mps_fire::i, and TH2PolyOfflineMaps::limits.
unsigned long npstat::ArrayRange::rangeSize | ( | ) | const |
How many elements will be iterated over?
Definition at line 67 of file ArrayRange.cc.
References mps_fire::i, and mps_fire::result.
ArrayShape npstat::ArrayRange::shape | ( | void | ) | const |
The shape which corresponds to this range (i.e., max - min in all dimensions)
Definition at line 78 of file ArrayRange.cc.
References mps_fire::i.
ArrayRange & npstat::ArrayRange::stripOuterLayer | ( | ) |
This method changes the range of this object so that for each dimension the minimum becomes larger by 1 and the maximum smaller by 1.
Definition at line 56 of file ArrayRange.cc.
References mps_fire::i, SiStripPI::min, and mitigatedMETSequence_cff::U.
void npstat::ArrayRange::upperLimits | ( | unsigned * | limits, |
unsigned | limitsLen | ||
) | const |
Get the upper range limits into an array
Definition at line 100 of file ArrayRange.cc.
References cms::cuda::assert(), data, mps_fire::i, TH2PolyOfflineMaps::limits, and WZElectronSkims53X_cff::max.