ATLAS Offline Software
Namespaces | Functions
interpolate.cxx File Reference

Polynomial interpolation in a table. More...

#include "CaloClusterCorrection/interpolate.h"
#include <vector>
#include <cassert>
#include <cmath>
#include <algorithm>
Include dependency graph for interpolate.cxx:

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 > &regions=CaloRec::Array< 1 >(), int n_points=-1, bool fixZero=false)
 Polynomial interpolation in a table. More...
 

Detailed Description

Polynomial interpolation in a table.

Author
scott snyder snyde.nosp@m.r@bn.nosp@m.l.gov
Date
June, 2004

Definition in file interpolate.cxx.