Namespaces | |
Private | |
Functions | |
template<typename T > | |
Private::AbsReturnType< T >::type | absDifference (const T &v1, const T &v2) |
template<typename T > | |
Private::AbsReturnType< T >::type | absValue (const T &v1) |
template<typename T > | |
void | clearBuffer (T *buf, const unsigned long len) |
bool | closeWithinTolerance (const double &a, const double &b, const double &tol) |
template<typename Histo > | |
void | convertHistoToDensity (Histo *histogram, bool knownNonNegative=false) |
UniformAxis | convertToGridAxis (const HistoAxis &histoAxis) |
GridAxis | convertToGridAxis (const NUHistoAxis &histoAxis) |
HistoAxis | convertToHistoAxis (const UniformAxis &gridAxis) |
NUHistoAxis | convertToHistoAxis (const GridAxis &gridAxis, double xMin) |
template<typename Histo > | |
std::vector< CircularMapper1d > | convolutionHistoMap (const Histo &histo, bool doubleDataRange) |
template<typename T1 , typename T2 > | |
void | copyBuffer (T1 *dest, const T2 *source, const unsigned long len) |
template<typename Histo > | |
std::vector< LinearMapper1d > | densityScanHistoMap (const Histo &histo) |
template<typename T > | |
void | destroyBuffer (T *thisBuffer, const T *stackBuffer) |
ArrayShape | doubleShape (const ArrayShape &inputShape) |
ArrayShape | halfShape (const ArrayShape &inputShape) |
template<typename T > | |
T | interpolate_cubic (const double x, const T &f0, const T &f1, const T &f2, const T &f3) |
template<typename T > | |
T | interpolate_linear (const double x, const T &f0, const T &f1) |
template<typename T > | |
T | interpolate_quadratic (const double x, const T &f0, const T &f1, const T &f2) |
template<typename Float , class Axis > | |
Float | interpolateHistoND (const HistoND< Float, Axis > &histo, const double *coords, unsigned coordsDim, unsigned interpolationDegree) |
template<class Iter > | |
bool | isMonotonous (Iter const begin, Iter const end) |
template<class Iter > | |
bool | isNonDecreasing (Iter begin, Iter const end) |
template<class Iter > | |
bool | isNonIncreasing (Iter begin, Iter const end) |
template<class Iter > | |
bool | isStrictlyDecreasing (Iter begin, Iter const end) |
template<class Iter > | |
bool | isStrictlyIncreasing (Iter begin, Iter const end) |
template<class Iter > | |
bool | isStrictlyMonotonous (Iter const begin, Iter const end) |
bool | isSubShape (const ArrayShape &sh1, const ArrayShape &sh2) |
template<typename T > | |
T * | makeBuffer (unsigned sizeNeeded, T *stackBuffer, unsigned sizeofStackBuffer) |
template<typename Num1 , unsigned Len1, unsigned Dim1, typename Num2 , unsigned Len2, unsigned Dim2> | |
void | rescanArray (const ArrayND< Num1, Len1, Dim1 > &from, ArrayND< Num2, Len2, Dim2 > *to, unsigned interpolationDegree=0) |
template<typename T1 , typename T2 > | |
void | transposeBuffer (T1 *dest, const T2 *source, const unsigned long dim) |
template<typename T1 , typename T2 > | |
void | transposeBuffer (T1 *dest, const T2 *source, const unsigned long M, const unsigned long N) |
ArrayShape | makeShape () |
ArrayShape | makeShape (unsigned i0) |
ArrayShape | makeShape (unsigned i0, unsigned i1) |
ArrayShape | makeShape (unsigned i0, unsigned i1, unsigned i2) |
ArrayShape | makeShape (unsigned i0, unsigned i1, unsigned i2, unsigned i3) |
ArrayShape | makeShape (unsigned i0, unsigned i1, unsigned i2, unsigned i3, unsigned i4) |
ArrayShape | makeShape (unsigned i0, unsigned i1, unsigned i2, unsigned i3, unsigned i4, unsigned i5) |
ArrayShape | makeShape (unsigned i0, unsigned i1, unsigned i2, unsigned i3, unsigned i4, unsigned i5, unsigned i6) |
ArrayShape | makeShape (unsigned i0, unsigned i1, unsigned i2, unsigned i3, unsigned i4, unsigned i5, unsigned i6, unsigned i7) |
ArrayShape | makeShape (unsigned i0, unsigned i1, unsigned i2, unsigned i3, unsigned i4, unsigned i5, unsigned i6, unsigned i7, unsigned i8) |
ArrayShape | makeShape (unsigned i0, unsigned i1, unsigned i2, unsigned i3, unsigned i4, unsigned i5, unsigned i6, unsigned i7, unsigned i8, unsigned i9) |
ArrayShape | makeShape (const unsigned *indices, unsigned nIndices) |
template<typename T > | |
unsigned | interpolation_coefficients (T *buffer, unsigned bufLen, const T &f0, const T &f1) |
template<typename T > | |
unsigned | interpolation_coefficients (T *buffer, unsigned bufLen, const T &f0, const T &f1, const T &f2) |
template<typename T > | |
unsigned | interpolation_coefficients (T *buffer, unsigned bufLen, const T &f0, const T &f1, const T &f2, const T &f3) |
template<typename Float , class Axis > | |
Float | interpolateHistoND (const HistoND< Float, Axis > &histo, double x0, unsigned interpolationDegree) |
template<typename Float , class Axis > | |
Float | interpolateHistoND (const HistoND< Float, Axis > &histo, double x0, double x1, unsigned interpolationDegree) |
template<typename Float , class Axis > | |
Float | interpolateHistoND (const HistoND< Float, Axis > &histo, double x0, double x1, double x2, unsigned interpolationDegree) |
template<typename Float , class Axis > | |
Float | interpolateHistoND (const HistoND< Float, Axis > &histo, double x0, double x1, double x2, double x3, unsigned interpolationDegree) |
template<typename Float , class Axis > | |
Float | interpolateHistoND (const HistoND< Float, Axis > &histo, double x0, double x1, double x2, double x3, double x4, unsigned interpolationDegree) |
template<typename Float , class Axis > | |
Float | interpolateHistoND (const HistoND< Float, Axis > &histo, double x0, double x1, double x2, double x3, double x4, double x5, unsigned interpolationDegree) |
template<typename Float , class Axis > | |
Float | interpolateHistoND (const HistoND< Float, Axis > &histo, double x0, double x1, double x2, double x3, double x4, double x5, double x6, unsigned interpolationDegree) |
template<typename Float , class Axis > | |
Float | interpolateHistoND (const HistoND< Float, Axis > &histo, double x0, double x1, double x2, double x3, double x4, double x5, double x6, double x7, unsigned interpolationDegree) |
template<typename Float , class Axis > | |
Float | interpolateHistoND (const HistoND< Float, Axis > &histo, double x0, double x1, double x2, double x3, double x4, double x5, double x6, double x7, double x8, unsigned interpolationDegree) |
template<typename Float , class Axis > | |
Float | interpolateHistoND (const HistoND< Float, Axis > &histo, double x0, double x1, double x2, double x3, double x4, double x5, double x6, double x7, double x8, double x9, unsigned interpolationDegree) |
typedef std::vector<unsigned> npstat::ArrayShape |
This type will be used to specify array length in each dimension
Definition at line 21 of file ArrayShape.h.
typedef StorableHistoNDFunctor<double,DualHistoAxis> npstat::DoubleHistoNDFunctor |
Definition at line 18 of file HistoNDFunctorInstances.h.
typedef StorableInterpolationFunctor<double,DualAxis> npstat::DoubleInterpolationFunctor |
Definition at line 20 of file InterpolationFunctorInstances.h.
typedef StorableHistoNDFunctor<double,NUHistoAxis> npstat::DoubleNUHistoNDFunctor |
Definition at line 22 of file HistoNDFunctorInstances.h.
typedef StorableInterpolationFunctor<double,GridAxis> npstat::DoubleNUInterpolationFunctor |
Definition at line 26 of file InterpolationFunctorInstances.h.
typedef StorableHistoNDFunctor<double,HistoAxis> npstat::DoubleUAHistoNDFunctor |
Definition at line 20 of file HistoNDFunctorInstances.h.
Definition at line 23 of file InterpolationFunctorInstances.h.
typedef StorableHistoNDFunctor<float,DualHistoAxis> npstat::FloatHistoNDFunctor |
Definition at line 24 of file HistoNDFunctorInstances.h.
Definition at line 29 of file InterpolationFunctorInstances.h.
typedef StorableHistoNDFunctor<float,NUHistoAxis> npstat::FloatNUHistoNDFunctor |
Definition at line 28 of file HistoNDFunctorInstances.h.
Definition at line 35 of file InterpolationFunctorInstances.h.
typedef StorableHistoNDFunctor<float,HistoAxis> npstat::FloatUAHistoNDFunctor |
Definition at line 26 of file HistoNDFunctorInstances.h.
Definition at line 32 of file InterpolationFunctorInstances.h.
typedef gs::StaticReader<StorableMultivariateFunctorReader> npstat::StaticStorableMultivariateFunctorReader |
The reader factory for descendants of StorableMultivariateFunctor
Definition at line 33 of file StorableMultivariateFunctorReader.h.
|
inline |
Absolute value of the difference between two numbers. Works for all standard numeric types, including unsigned and complex.
Definition at line 85 of file absDifference.h.
References delta.
Referenced by npstat::ArrayND< Numeric, StackLen, StackDim >::isClose(), npstat::ArrayND< Numeric, StackLen, StackDim >::makeCopulaSteps(), and npstat::ArrayND< Numeric, StackLen, StackDim >::maxAbsDifference().
|
inline |
Absolute value of a number. Works for all standard numeric types, including unsigned and complex.
Definition at line 96 of file absDifference.h.
References relativeConstraints::value.
Referenced by npstat::ArrayND< Numeric, StackLen, StackDim >::sumsq().
|
inline |
Clear a buffer (set all elements to the value produced by the default constructor)
Definition at line 100 of file allocators.h.
References mps_fire::i.
Referenced by npstat::ArrayND< Numeric, StackLen, StackDim >::ArrayND(), npstat::ArrayND< Numeric, StackLen, StackDim >::exportSubrange(), npstat::ArrayND< Numeric, StackLen, StackDim >::importSubrange(), and npstat::ArrayND< Numeric, StackLen, StackDim >::rotate().
|
inline |
Check if two doubles are within certain relative tolerance from each other. The "tol" argument which specifies the tolerance must be non-negative.
Definition at line 25 of file closeWithinTolerance.h.
References SiStripPI::max.
Referenced by npstat::UniformAxis::isClose(), npstat::NUHistoAxis::isClose(), npstat::GridAxis::isClose(), and npstat::HistoAxis::isClose().
void npstat::convertHistoToDensity | ( | Histo * | histogram, |
bool | knownNonNegative = false |
||
) |
Reset negative histogram bins to zero and then divide histogram bin contents by the histogram integral. If the "knownNonNegative" argument is true, it will be assumed that there are no negative bins, and their explicit reset is unnecessary.
This function will throw npstat::NpstatRuntimeError in case the histogram is empty after all negative bins are reset.
This function is not a member of the HistoND class itself because these operations do not necessarily make sense for all bin types. Making such operation a member would make creation of HistoND scripting API (e.g., for python) more difficult.
Definition at line 3626 of file HistoND.h.
UniformAxis npstat::convertToGridAxis | ( | const HistoAxis & | histoAxis | ) |
Convert uniform histogram to uniform grid axis axis
Definition at line 16 of file convertAxis.cc.
References create_public_lumi_plots::ax, npstat::HistoAxis::binCenter(), npstat::HistoAxis::label(), npstat::HistoAxis::nBins(), TrackerOfflineValidation_Dqm_cff::xmax, and TrackerOfflineValidation_Dqm_cff::xmin.
GridAxis npstat::convertToGridAxis | ( | const NUHistoAxis & | histoAxis | ) |
Note that conversion from non-uniform histogram axis into the grid axis is always possible, but it is loosing information (we are writing the positions of bin centers only, not edges)
Definition at line 45 of file convertAxis.cc.
References create_public_lumi_plots::ax, npstat::NUHistoAxis::binCenter(), mps_fire::i, npstat::NUHistoAxis::label(), and npstat::NUHistoAxis::nBins().
HistoAxis npstat::convertToHistoAxis | ( | const UniformAxis & | gridAxis | ) |
Convert uniform grid axis to uniform histogram axis
Definition at line 6 of file convertAxis.cc.
References create_public_lumi_plots::ax, npstat::UniformAxis::label(), npstat::UniformAxis::max(), npstat::UniformAxis::min(), npstat::UniformAxis::nCoords(), mitigatedMETSequence_cff::U, TrackerOfflineValidation_Dqm_cff::xmax, and TrackerOfflineValidation_Dqm_cff::xmin.
NUHistoAxis npstat::convertToHistoAxis | ( | const GridAxis & | gridAxis, |
double | xMin | ||
) |
The conversion from non-uniform grid axis to non-uniform histogram axis is only unambiguous when some additional info is available. Here, in particular, we are asking for the position of the axis minimum. This function will throw npstat::NpstatInvalidArgument in case the conversion is impossible.
Definition at line 25 of file convertAxis.cc.
References create_public_lumi_plots::ax, npstat::GridAxis::coordinate(), mps_fire::i, npstat::GridAxis::label(), npstat::GridAxis::nCoords(), mitigatedMETSequence_cff::U, and anotherprimaryvertexanalyzer_cfi::xMin.
std::vector< CircularMapper1d > npstat::convolutionHistoMap | ( | const Histo & | histo, |
bool | doubleDataRange | ||
) |
Generate a density scanning map for subsequent use with the "DensityScanND" template when a density is to be convolved with the histogram data. Only histograms with uniform binning can be used here.
The "doubleDataRange" should be set "true" in case the data will be mirrored (or just empty range added) to avoid circular spilling after convolution.
Definition at line 3651 of file HistoND.h.
References edmIntegrityCheck::d, mps_fire::i, and mps_fire::result.
|
inline |
Copy a buffer (with possible type conversion on the fly)
Definition at line 41 of file allocators.h.
References mps_fire::i.
Referenced by npstat::ArrayND< Numeric, StackLen, StackDim >::ArrayND(), npstat::ArrayND< Numeric, StackLen, StackDim >::dot(), npstat::ArrayND< Numeric, StackLen, StackDim >::operator=(), npstat::ArrayND< Numeric, StackLen, StackDim >::setData(), and npstat::ArrayND< Numeric, StackLen, StackDim >::transpose().
std::vector< LinearMapper1d > npstat::densityScanHistoMap | ( | const Histo & | histo | ) |
Generate a density scanning map for subsequent use with the "DensityScanND" template. Naturally, only histograms with uniform binning can be used here.
Definition at line 3637 of file HistoND.h.
References edmIntegrityCheck::d, mps_fire::i, npstat::LinearMapper1d::inverse(), funct::m, and mps_fire::result.
Function for freeing memory buffers allocated by "makeBuffer"
Definition at line 33 of file allocators.h.
Referenced by npstat::ArrayND< Numeric, StackLen, StackDim >::addToProjection(), npstat::ArrayND< Numeric, StackLen, StackDim >::contract(), npstat::ArrayND< Numeric, StackLen, StackDim >::dot(), npstat::ArrayND< Numeric, StackLen, StackDim >::functorFill(), npstat::ArrayND< Numeric, StackLen, StackDim >::processSubrange(), npstat::ArrayND< Numeric, StackLen, StackDim >::project(), npstat::ArrayND< Numeric, StackLen, StackDim >::subtractFromProjection(), npstat::ArrayND< Numeric, StackLen, StackDim >::transpose(), npstat::ArrayND< Numeric, StackLen, StackDim >::uninitialize(), and npstat::ArrayND< Numeric, StackLen, StackDim >::~ArrayND().
ArrayShape npstat::doubleShape | ( | const ArrayShape & | inputShape | ) |
Multiply the sise in each dimension by 2
Definition at line 155 of file ArrayShape.cc.
References mps_fire::i, alignCSCRings::s, and mitigatedMETSequence_cff::U.
Referenced by npstat::ArrayND< Numeric, StackLen, StackDim >::multiMirror().
ArrayShape npstat::halfShape | ( | const ArrayShape & | inputShape | ) |
Divide the size in each dimension by 2 (generate dynamic fault if odd)
Definition at line 164 of file ArrayShape.cc.
References mps_fire::i, alignCSCRings::s, and mitigatedMETSequence_cff::U.
|
inline |
Cubic interpolation. Assume that the function values are given at 0, 1, 2, and 3.
Definition at line 47 of file interpolate.h.
References edmScanValgrind::buffer, connectstrParser::f1, connectstrParser::f2, connectstrParser::f3, interpolate_linear(), and interpolation_coefficients().
Referenced by npstat::ArrayND< Numeric, StackLen, StackDim >::interpolateLoop().
|
inline |
Linear interpolation. Assumes that the function values are given at 0 and 1.
Definition at line 23 of file interpolate.h.
References PVValHelper::dx.
Referenced by interpolate_cubic(), and npstat::ArrayND< Numeric, StackLen, StackDim >::interpolateLoop().
|
inline |
Quadratic interpolation. Assume that the function values are given at 0, 1, and 2.
Definition at line 34 of file interpolate.h.
References PVValHelper::dx, and connectstrParser::f1.
Referenced by npstat::ArrayND< Numeric, StackLen, StackDim >::interpolateLoop().
Float npstat::interpolateHistoND | ( | const HistoND< Float, Axis > & | histo, |
const double * | coords, | ||
unsigned | coordsDim, | ||
unsigned | interpolationDegree | ||
) |
The interpolation degree in this method can be set to 0, 1, or 3 which results, respectively, in closest bin lookup, multilinear interpolation, or multicubic interpolation. Value of the closest bin inside the histogram range is used if some coordinate is outside of the corresponding axis limits.
Definition at line 129 of file interpolateHistoND.h.
References create_public_lumi_plots::ax, npstat::HistoND< Numeric, Axis >::axes(), npstat::HistoND< Numeric, Axis >::binContents(), create_public_pileup_plots::bins, mps_fire::i, npstat::Private::iHND_checkArgs(), and mitigatedMETSequence_cff::U.
Referenced by npstat::StorableHistoNDFunctor< Numeric, Axis, Converter >::operator()().
Float npstat::interpolateHistoND | ( | const HistoND< Float, Axis > & | histo, |
double | x0, | ||
unsigned | interpolationDegree | ||
) |
Convenience function for interpolating histograms, with an explicit coordinate argument for each histogram dimension
Definition at line 152 of file interpolateHistoND.h.
References npstat::HistoND< Numeric, Axis >::axis(), npstat::HistoND< Numeric, Axis >::binContents(), create_public_pileup_plots::bins, npstat::Private::iHND_checkArgs(), and mitigatedMETSequence_cff::U.
Float npstat::interpolateHistoND | ( | const HistoND< Float, Axis > & | histo, |
double | x0, | ||
double | x1, | ||
unsigned | interpolationDegree | ||
) |
Definition at line 172 of file interpolateHistoND.h.
References create_public_lumi_plots::ax, npstat::HistoND< Numeric, Axis >::axes(), npstat::HistoND< Numeric, Axis >::binContents(), create_public_pileup_plots::bins, npstat::Private::iHND_checkArgs(), and mitigatedMETSequence_cff::U.
Float npstat::interpolateHistoND | ( | const HistoND< Float, Axis > & | histo, |
double | x0, | ||
double | x1, | ||
double | x2, | ||
unsigned | interpolationDegree | ||
) |
Definition at line 196 of file interpolateHistoND.h.
References create_public_lumi_plots::ax, npstat::HistoND< Numeric, Axis >::axes(), npstat::HistoND< Numeric, Axis >::binContents(), create_public_pileup_plots::bins, npstat::Private::iHND_checkArgs(), and mitigatedMETSequence_cff::U.
Float npstat::interpolateHistoND | ( | const HistoND< Float, Axis > & | histo, |
double | x0, | ||
double | x1, | ||
double | x2, | ||
double | x3, | ||
unsigned | interpolationDegree | ||
) |
Definition at line 222 of file interpolateHistoND.h.
References create_public_lumi_plots::ax, npstat::HistoND< Numeric, Axis >::axes(), npstat::HistoND< Numeric, Axis >::binContents(), create_public_pileup_plots::bins, npstat::Private::iHND_checkArgs(), and mitigatedMETSequence_cff::U.
Float npstat::interpolateHistoND | ( | const HistoND< Float, Axis > & | histo, |
double | x0, | ||
double | x1, | ||
double | x2, | ||
double | x3, | ||
double | x4, | ||
unsigned | interpolationDegree | ||
) |
Definition at line 250 of file interpolateHistoND.h.
References create_public_lumi_plots::ax, npstat::HistoND< Numeric, Axis >::axes(), npstat::HistoND< Numeric, Axis >::binContents(), create_public_pileup_plots::bins, npstat::Private::iHND_checkArgs(), and mitigatedMETSequence_cff::U.
Float npstat::interpolateHistoND | ( | const HistoND< Float, Axis > & | histo, |
double | x0, | ||
double | x1, | ||
double | x2, | ||
double | x3, | ||
double | x4, | ||
double | x5, | ||
unsigned | interpolationDegree | ||
) |
Definition at line 280 of file interpolateHistoND.h.
References create_public_lumi_plots::ax, npstat::HistoND< Numeric, Axis >::axes(), npstat::HistoND< Numeric, Axis >::binContents(), create_public_pileup_plots::bins, npstat::Private::iHND_checkArgs(), and mitigatedMETSequence_cff::U.
Float npstat::interpolateHistoND | ( | const HistoND< Float, Axis > & | histo, |
double | x0, | ||
double | x1, | ||
double | x2, | ||
double | x3, | ||
double | x4, | ||
double | x5, | ||
double | x6, | ||
unsigned | interpolationDegree | ||
) |
Definition at line 312 of file interpolateHistoND.h.
References create_public_lumi_plots::ax, npstat::HistoND< Numeric, Axis >::axes(), npstat::HistoND< Numeric, Axis >::binContents(), create_public_pileup_plots::bins, npstat::Private::iHND_checkArgs(), and mitigatedMETSequence_cff::U.
Float npstat::interpolateHistoND | ( | const HistoND< Float, Axis > & | histo, |
double | x0, | ||
double | x1, | ||
double | x2, | ||
double | x3, | ||
double | x4, | ||
double | x5, | ||
double | x6, | ||
double | x7, | ||
unsigned | interpolationDegree | ||
) |
Definition at line 346 of file interpolateHistoND.h.
References create_public_lumi_plots::ax, npstat::HistoND< Numeric, Axis >::axes(), npstat::HistoND< Numeric, Axis >::binContents(), create_public_pileup_plots::bins, npstat::Private::iHND_checkArgs(), and mitigatedMETSequence_cff::U.
Float npstat::interpolateHistoND | ( | const HistoND< Float, Axis > & | histo, |
double | x0, | ||
double | x1, | ||
double | x2, | ||
double | x3, | ||
double | x4, | ||
double | x5, | ||
double | x6, | ||
double | x7, | ||
double | x8, | ||
unsigned | interpolationDegree | ||
) |
Definition at line 382 of file interpolateHistoND.h.
References create_public_lumi_plots::ax, npstat::HistoND< Numeric, Axis >::axes(), npstat::HistoND< Numeric, Axis >::binContents(), create_public_pileup_plots::bins, npstat::Private::iHND_checkArgs(), and mitigatedMETSequence_cff::U.
Float npstat::interpolateHistoND | ( | const HistoND< Float, Axis > & | histo, |
double | x0, | ||
double | x1, | ||
double | x2, | ||
double | x3, | ||
double | x4, | ||
double | x5, | ||
double | x6, | ||
double | x7, | ||
double | x8, | ||
double | x9, | ||
unsigned | interpolationDegree | ||
) |
Definition at line 420 of file interpolateHistoND.h.
References create_public_lumi_plots::ax, npstat::HistoND< Numeric, Axis >::axes(), npstat::HistoND< Numeric, Axis >::binContents(), create_public_pileup_plots::bins, npstat::Private::iHND_checkArgs(), and mitigatedMETSequence_cff::U.
unsigned npstat::interpolation_coefficients | ( | T * | buffer, |
unsigned | bufLen, | ||
const T & | f0, | ||
const T & | f1 | ||
) |
Get the coefficients of the interpolating polynomial. The interpolated function values are provided at 0, 1, ... The return value of the function is the number of coefficients (i.e., the polynomial degree plus one). On exit, the coefficients are placed into the "buffer" array in the order of increasing monomial degree. The length of the provided buffer must be sufficient to hold all these coefficients.
Definition at line 83 of file interpolate.h.
References mitigatedMETSequence_cff::U.
Referenced by interpolate_cubic().
unsigned npstat::interpolation_coefficients | ( | T * | buffer, |
unsigned | bufLen, | ||
const T & | f0, | ||
const T & | f1, | ||
const T & | f2 | ||
) |
Definition at line 95 of file interpolate.h.
References connectstrParser::f1, and mitigatedMETSequence_cff::U.
unsigned npstat::interpolation_coefficients | ( | T * | buffer, |
unsigned | bufLen, | ||
const T & | f0, | ||
const T & | f1, | ||
const T & | f2, | ||
const T & | f3 | ||
) |
Definition at line 108 of file interpolate.h.
References connectstrParser::f1, connectstrParser::f2, connectstrParser::f3, and mitigatedMETSequence_cff::U.
|
inline |
Check if the sequence of values is either non-increasing or non-decreasing
Definition at line 85 of file isMonotonous.h.
References isNonDecreasing(), and isNonIncreasing().
|
inline |
Check if the sequence of values is not decreasing
Definition at line 54 of file isMonotonous.h.
References begin, end, plotBeamSpotDB::first, and mps_update::status.
Referenced by isMonotonous().
|
inline |
Check if the sequence of values is not increasing
Definition at line 68 of file isMonotonous.h.
References begin, end, plotBeamSpotDB::first, and mps_update::status.
Referenced by isMonotonous().
|
inline |
Check if the sequence of values is strictly decreasing
Definition at line 32 of file isMonotonous.h.
References begin, end, plotBeamSpotDB::first, and mps_update::status.
Referenced by isStrictlyMonotonous().
|
inline |
Check if the sequence of values is strictly increasing
Definition at line 18 of file isMonotonous.h.
References begin, end, plotBeamSpotDB::first, and mps_update::status.
Referenced by isStrictlyMonotonous().
|
inline |
Check if the sequence of values is strictly increasing or decreasing
Definition at line 46 of file isMonotonous.h.
References isStrictlyDecreasing(), and isStrictlyIncreasing().
Referenced by npstat::Private::lind_invert1DSlice().
bool npstat::isSubShape | ( | const ArrayShape & | sh1, |
const ArrayShape & | sh2 | ||
) |
This function returns true if the number of elements is the same in both vectors and every element of the first vector does not exceed corresponding element of the second
Definition at line 178 of file ArrayShape.cc.
References mps_fire::i.
|
inline |
Function for allocating memory buffers if their size exceeds the size of the buffer available on the stack
Definition at line 22 of file allocators.h.
Referenced by npstat::ArrayND< Numeric, StackLen, StackDim >::addToProjection(), npstat::ArrayND< Numeric, StackLen, StackDim >::ArrayND(), npstat::ArrayND< Numeric, StackLen, StackDim >::buildFromShapePtr(), npstat::ArrayND< Numeric, StackLen, StackDim >::buildStrides(), npstat::ArrayND< Numeric, StackLen, StackDim >::contract(), npstat::ArrayND< Numeric, StackLen, StackDim >::dot(), npstat::ArrayND< Numeric, StackLen, StackDim >::functorFill(), npstat::ArrayND< Numeric, StackLen, StackDim >::processSubrange(), npstat::ArrayND< Numeric, StackLen, StackDim >::project(), npstat::ArrayND< Numeric, StackLen, StackDim >::restore(), npstat::ArrayND< Numeric, StackLen, StackDim >::subtractFromProjection(), and npstat::ArrayND< Numeric, StackLen, StackDim >::transpose().
ArrayShape npstat::makeShape | ( | ) |
This convenience function will construct an array shape using an explicit list of indices
Definition at line 7 of file ArrayShape.cc.
ArrayShape npstat::makeShape | ( | unsigned | i0 | ) |
Definition at line 12 of file ArrayShape.cc.
ArrayShape npstat::makeShape | ( | unsigned | i0, |
unsigned | i1 | ||
) |
ArrayShape npstat::makeShape | ( | unsigned | i0, |
unsigned | i1, | ||
unsigned | i2 | ||
) |
ArrayShape npstat::makeShape | ( | unsigned | i0, |
unsigned | i1, | ||
unsigned | i2, | ||
unsigned | i3 | ||
) |
ArrayShape npstat::makeShape | ( | unsigned | i0, |
unsigned | i1, | ||
unsigned | i2, | ||
unsigned | i3, | ||
unsigned | i4 | ||
) |
ArrayShape npstat::makeShape | ( | unsigned | i0, |
unsigned | i1, | ||
unsigned | i2, | ||
unsigned | i3, | ||
unsigned | i4, | ||
unsigned | i5 | ||
) |
ArrayShape npstat::makeShape | ( | unsigned | i0, |
unsigned | i1, | ||
unsigned | i2, | ||
unsigned | i3, | ||
unsigned | i4, | ||
unsigned | i5, | ||
unsigned | i6 | ||
) |
ArrayShape npstat::makeShape | ( | unsigned | i0, |
unsigned | i1, | ||
unsigned | i2, | ||
unsigned | i3, | ||
unsigned | i4, | ||
unsigned | i5, | ||
unsigned | i6, | ||
unsigned | i7 | ||
) |
ArrayShape npstat::makeShape | ( | unsigned | i0, |
unsigned | i1, | ||
unsigned | i2, | ||
unsigned | i3, | ||
unsigned | i4, | ||
unsigned | i5, | ||
unsigned | i6, | ||
unsigned | i7, | ||
unsigned | i8 | ||
) |
ArrayShape npstat::makeShape | ( | unsigned | i0, |
unsigned | i1, | ||
unsigned | i2, | ||
unsigned | i3, | ||
unsigned | i4, | ||
unsigned | i5, | ||
unsigned | i6, | ||
unsigned | i7, | ||
unsigned | i8, | ||
unsigned | i9 | ||
) |
ArrayShape npstat::makeShape | ( | const unsigned * | indices, |
unsigned | nIndices | ||
) |
void npstat::rescanArray | ( | const ArrayND< Num1, Len1, Dim1 > & | from, |
ArrayND< Num2, Len2, Dim2 > * | to, | ||
unsigned | interpolationDegree = 0 |
||
) |
A utility for filling one array using values of another. The array shapes do not have to be the same but the ranks have to be. Roughly, the arrays are treated as values of histogram bins inside the unit box. The array "to" is filled either with the closest bin value of the array "from" or with an interpolated value (if "interpolationDegree" parameter is not 0).
interpolationDegree parameter must be one of 0, 1, or 3.
Definition at line 103 of file rescanArray.h.
References npstat::ArrayND< Numeric, StackLen, StackDim >::functorFill(), npstat::ArrayND< Numeric, StackLen, StackDim >::rank(), and mitigatedMETSequence_cff::U.
|
inline |
Copy a buffer (with possible type conversion on the fly) transposing it in the process (treating as a square matrix)
Definition at line 57 of file allocators.h.
References mps_fire::dest, and mps_fire::i.
|
inline |
Copy a buffer (with possible type conversion on the fly) transposing it in the process (treating as an M x N matrix)
Definition at line 78 of file allocators.h.
References mps_fire::dest, mps_fire::i, and N.