Examples of use of the spline classes.
{
TF1 *
f=
new TF1(
"f",
"sin(x)*sin(x/10)",
yy1+
dy*1.03,
"quintic spline");
text5->SetTextSize(0.04);
yy1+
dy*1.03,
"third spline");
text3->SetTextSize(0.04);
textn->SetTextSize(0.04);
}
f->Derivative(
a),
f->Derivative(
b),
(
f->Derivative(
a+eps)-
f->Derivative(
a))/eps,
(
f->Derivative(
b)-
f->Derivative(
b-eps))/eps);
f->Derivative(
a),
f->Derivative(
b));
}
}
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t Float_t Float_t Int_t Int_t UInt_t UInt_t Rectangle_t Int_t Int_t Window_t TString Int_t GCValues_t GetPrimarySelectionOwner GetDisplay GetScreen GetColormap GetNativeEvent const char const char dpyName wid window const char font_name cursor keysym reg const char only_if_exist regb h Point_t np
Option_t Option_t TPoint TPoint const char text
R__EXTERN TSystem * gSystem
Use the TLine constructor to create a simple line.
Class to create third splines to interpolate knots Arbitrary conditions can be introduced for first a...
Class to create quintic natural splines to interpolate knots Arbitrary conditions can be introduced f...
virtual void Sleep(UInt_t milliSec)
Sleep milliSec milli seconds.
Base class for several text objects.
LongDouble_t Power(LongDouble_t x, LongDouble_t y)
Returns x raised to the power y.
- Author
- Federico Carminati
Definition in file splines_test.C.