CMS 3D CMS Logo

Classes | Namespaces | Functions
rescanArray.h File Reference

Fill a multidimensional array using values from another array with a different shape. More...

#include "JetMETCorrections/InterpolationTables/interface/ArrayND.h"
#include <cassert>
#include "JetMETCorrections/InterpolationTables/interface/NpstatException.h"
#include "JetMETCorrections/InterpolationTables/interface/LinearMapper1d.h"

Go to the source code of this file.

Classes

class  npstat::Private::ArrayMapper< Num1, Len1, Dim1, Num2, Len2, Dim2 >
 

Namespaces

 npstat
 
 npstat::Private
 

Functions

template<typename Num1 , unsigned Len1, unsigned Dim1, typename Num2 , unsigned Len2, unsigned Dim2>
void npstat::rescanArray (const ArrayND< Num1, Len1, Dim1 > &from, ArrayND< Num2, Len2, Dim2 > *to, unsigned interpolationDegree=0)
 

Detailed Description

Fill a multidimensional array using values from another array with a different shape.

Author: I. Volobouev

October 2010

Definition in file rescanArray.h.