JetMETCorrections
InterpolationTables
interface
InterpolationFunctorInstances.h
Go to the documentation of this file.
1
#ifndef NPSTAT_INTERPOLATIONFUNCTORINSTANCES_HH_
2
#define NPSTAT_INTERPOLATIONFUNCTORINSTANCES_HH_
3
15
#include "
JetMETCorrections/InterpolationTables/interface/StorableInterpolationFunctor.h
"
16
#include "
JetMETCorrections/InterpolationTables/interface/DualAxis.h
"
17
18
namespace
npstat
{
19
typedef
StorableInterpolationFunctor<double, DualAxis>
DoubleInterpolationFunctor
;
20
21
typedef
StorableInterpolationFunctor<double, UniformAxis>
DoubleUAInterpolationFunctor
;
22
23
typedef
StorableInterpolationFunctor<double, GridAxis>
DoubleNUInterpolationFunctor
;
24
25
typedef
StorableInterpolationFunctor<float, DualAxis>
FloatInterpolationFunctor
;
26
27
typedef
StorableInterpolationFunctor<float, UniformAxis>
FloatUAInterpolationFunctor
;
28
29
typedef
StorableInterpolationFunctor<float, GridAxis>
FloatNUInterpolationFunctor
;
30
}
// namespace npstat
31
32
#endif // NPSTAT_INTERPOLATIONFUNCTORINSTANCES_HH_
StorableInterpolationFunctor.h
Storable multivariate functor represented by a multilinear interpolation/extrapolation table.
npstat::DoubleNUInterpolationFunctor
StorableInterpolationFunctor< double, GridAxis > DoubleNUInterpolationFunctor
Definition:
InterpolationFunctorInstances.h:23
npstat::DoubleInterpolationFunctor
StorableInterpolationFunctor< double, DualAxis > DoubleInterpolationFunctor
Definition:
InterpolationFunctorInstances.h:19
npstat::FloatInterpolationFunctor
StorableInterpolationFunctor< float, DualAxis > FloatInterpolationFunctor
Definition:
InterpolationFunctorInstances.h:25
npstat
Definition:
AbsArrayProjector.h:14
npstat::StorableInterpolationFunctor
Definition:
StorableInterpolationFunctor.h:25
npstat::FloatUAInterpolationFunctor
StorableInterpolationFunctor< float, UniformAxis > FloatUAInterpolationFunctor
Definition:
InterpolationFunctorInstances.h:27
npstat::FloatNUInterpolationFunctor
StorableInterpolationFunctor< float, GridAxis > FloatNUInterpolationFunctor
Definition:
InterpolationFunctorInstances.h:29
npstat::DoubleUAInterpolationFunctor
StorableInterpolationFunctor< double, UniformAxis > DoubleUAInterpolationFunctor
Definition:
InterpolationFunctorInstances.h:21
DualAxis.h
Represent both equidistant and non-uniform coordinate sets for rectangular grids.
Generated for CMSSW Reference Manual by
1.8.16