ATLAS Offline Software
|
Polynomial interpolation in a table. More...
#include "CaloClusterCorrection/interpolate.h"
#include <vector>
#include <cassert>
#include <cmath>
#include <algorithm>
Go to the source code of this file.
Namespaces | |
CaloClusterCorr | |
Functions | |
float | CaloClusterCorr::interpolate (const CaloRec::Array< 2 > &a, float x, unsigned int degree, unsigned int ycol=1, const CaloRec::Array< 1 > ®ions=CaloRec::Array< 1 >(), int n_points=-1, bool fixZero=false) |
Polynomial interpolation in a table. More... | |