Revision f538f01b481a4fc1ec0567e1345c6ac297e11024 authored by Rene Brun on 18 March 2004, 13:52:05 UTC, committed by Rene Brun on 18 March 2004, 13:52:05 UTC
Double_t TGraph::Eval(Double_t x, TSpline *spline, Option_t *option) const
{
// Interpolate points in this graph at x using a TSpline
//  -if spline==0 and option="" a linear interpolation between the two points
//   close to x is computed. If x is outside the graph range, a linear
//   extrapolation is computed.
//  -if spline==0 and option="S" a TSpline3 object is created using this graph
//   and the interpolated value from the spline is returned.
//   the internally created spline is deleted on return.
//  -if spline is specified, it is used to return the interpolated value.


git-svn-id: http://root.cern.ch/svn/root/trunk@8431 27541ba8-7e3a-0410-8455-c3a389f83636
1 parent 3cfc83a
History
File Mode Size
LinkDef.h -rw-r--r-- 630 bytes
TGeoMCGeometry.h -rw-r--r-- 4.7 KB
TMCParticleType.h -rw-r--r-- 959 bytes
TMCProcess.h -rw-r--r-- 3.1 KB
TMCVerbose.h -rw-r--r-- 1.5 KB
TPDGCode.h -rw-r--r-- 53.6 KB
TVirtualMC.h -rw-r--r-- 12.1 KB
TVirtualMCApplication.h -rw-r--r-- 1.5 KB
TVirtualMCDecayer.h -rw-r--r-- 1.2 KB
TVirtualMCGeometry.h -rw-r--r-- 4.7 KB
TVirtualMCStack.h -rw-r--r-- 2.6 KB

back to top