115 Error(
"TF2",
"function: %s/%s has dimension %d instead of 2",
name,formula,
GetNdim());
233 if (distance <= 1)
return distance;
240 if (
gPad->GetView() || strncmp(drawOption,
"cont",4) == 0
241 || strncmp(drawOption,
"CONT",4) == 0) {
242 uxmin=
gPad->GetUxmin();
243 uxmax=
gPad->GetUxmax();
245 uymin=
gPad->GetUymin();
246 uymax=
gPad->GetUymax();
249 if (x < fXmin || x >
fXmax)
return distance;
250 if (y < fYmin || y >
fYmax)
return distance;
341 if (level <0 || level >=
fContour.
fN)
return 0;
369 Double_t rsign = (findmax) ? -1. : 1.;
370 TF2 & function =
const_cast<TF2&
>(*this);
371 Double_t xxmin = 0, yymin = 0, zzmin = 0;
379 xx[0]=
fXmin + (i+0.5)*dx;
381 xx[1]=
fYmin+(j+0.5)*dy;
383 if (rsign*zz < rsign*zzmin) {xxmin = xx[0], yymin = xx[1]; zzmin = zz;}
399 if (rsign*fmin < rsign*zzmin) {
400 if (
x) {
x[0] = xx[0];
x[1] = xx[1]; }
404 if (
x) {
x[0] = xxmin;
x[1] = yymin; }
428 double xx[2] = { 0,0 };
431 x = xx[0];
y = xx[1];
443 double xx[2] = { 0,0 };
446 x = xx[0];
y = xx[1];
489 const char *snull =
"";
490 if (!
gPad)
return (
char*)snull;
491 static char info[64];
497 if (
gPad->GetView() || strncmp(drawOption,
"cont",4) == 0
498 || strncmp(drawOption,
"CONT",4) == 0) {
499 uxmin=
gPad->GetUxmin();
500 uxmax=
gPad->GetUxmax();
502 uymin=
gPad->GetUymin();
503 uymax=
gPad->GetUymax();
515 Error(
"GetRandom",
"cannot be called for TF2/3, use GetRandom2/3 instead");
525 Error(
"GetRandom",
"cannot be called for TF2/3, use GetRandom2/3 instead");
559 Int_t intNegative = 0;
561 for (j=0;j<
fNpy;j++) {
562 for (i=0;i<
fNpx;i++) {
564 if (integ < 0) {intNegative++; integ = -integ;}
569 if (intNegative > 0) {
570 Warning(
"GetRandom2",
"function:%s has %d negative values: abs assumed",
GetName(),intNegative);
573 Error(
"GetRandom2",
"Integral of function is zero");
576 for (i=1;i<=ncells;i++) {
587 if (dxint > 0) ddx = dx*(
r -
fIntegral[cell])/dxint;
589 ddy = dy*rng->
Rndm();
592 xrandom =
fXmin +dx*i +ddx;
593 yrandom =
fYmin +dy*j +ddy;
627 if (
fSave.empty())
return 0;
629 Int_t np = fNsave - 6;
638 if (x < xmin || x >
xmax)
return 0;
639 if (dx <= 0)
return 0;
642 if (y < ymin || y >
ymax)
return 0;
643 if (dy <= 0)
return 0;
652 Int_t k1 = jbin*(npx+1) + ibin;
653 Int_t k2 = jbin*(npx+1) + ibin +1;
654 Int_t k3 = (jbin+1)*(npx+1) + ibin +1;
655 Int_t k4 = (jbin+1)*(npx+1) + ibin;
677 Warning(
"Integral",
"failed for %s code=%d, maxpts=%d, epsrel=%g, nfnevl=%d, relerr=%g ",
GetName(),ifail,maxpts,epsrel,nfnevl,relerr);
680 Info(
"Integral",
"Integral of %s using %d and tol=%f is %f , relerr=%f nfcn=%d",
GetName(), maxpts,epsrel,result,relerr,nfnevl);
714 for (i=1;i<=
fNpx;i++) {
716 for (j=1;j<=
fNpy;j++) {
718 bin = j*(
fNpx + 2) + i;
719 h->SetBinContent(bin,
EvalPar(xv,parameters));
725 if (levels && levels[0] == -9999) levels = 0;
763 for (i=1;i<=
fNpx;i++) {
765 for (j=1;j<=
fNpy;j++) {
767 bin = j*(
fNpx + 2) + i;
775 if (levels && levels[0] == -9999) levels = 0;
804 Int_t fNsave = nsave+6;
805 if (fNsave <= 6) {fNsave=0;
return;}
807 fSave.resize(fNsave);
824 for (j=0;j<=
fNpy;j++) {
826 for (i=0;i<=
fNpx;i++) {
847 if (
gROOT->ClassSaved(TF2::Class())) {
861 out<<
" "<<
GetName()<<
"->SetFillColor(ci);" << std::endl;
871 out<<
" "<<
GetName()<<
"->SetMarkerColor(ci);" << std::endl;
884 out<<
" "<<
GetName()<<
"->SetLineColor(ci);" << std::endl;
905 out<<
" "<<
GetName()<<
"->SetParLimits("<<i<<
","<<parmin<<
","<<parmax<<
");"<<std::endl;
908 <<quote<<option<<quote<<
");"<<std::endl;
931 for (level=0; level<nlevels; level++)
fContour.
fArray[level] = levels[level];
958 Warning(
"SetNpy",
"Number of points must be >=4 && <= 10000, fNpy set to 4");
960 }
else if(npy > 10000) {
961 Warning(
"SetNpy",
"Number of points must be >=4 && <= 10000, fNpy set to 10000");
984void TF2::Streamer(
TBuffer &R__b)
1024 if (saved) {
fSave.clear(); }
1036 Error(
"Moment2",
"Integral zero over range");
1041 auto integrand = [&](
double *
x,
double *) {
1042 return std::pow(
x[0], nx) * std::pow(
x[1], ny) * this->
EvalPar(x,
nullptr);
1045 TF2 fnc(
"TF2_ExpValHelper",integrand,ax,bx,ay,by,0);
1060 Error(
"CentralMoment2",
"Integral zero over range");
1068 auto integrandX = [&](
double *
x,
double *) {
return x[0] * this->
EvalPar(x,
nullptr); };
1069 TF2 fncx(
"TF2_ExpValHelperx",integrandX, ax, bx, ay, by, 0);
1076 auto integrandY = [&](
double *
x,
double *) {
return x[1] * this->
EvalPar(x,
nullptr); };
1077 TF2 fncy(
"TF2_ExpValHelperx", integrandY, ax, bx, ay, by, 0);
1083 auto integrand = [&](
double *
x,
double *) {
1084 double xxx = (nx != 0) ? std::pow(
x[0] - xbar, nx) : 1.;
1085 double yyy = (ny != 0) ? std::pow(
x[1] - ybar, ny) : 1.;
1086 return xxx * yyy * this->
EvalPar(x,
nullptr);
1089 TF2 fnc(
"TF2_ExpValHelper", integrand, ax, bx, ay, by, 0);
R__EXTERN TRandom * gRandom
static unsigned int DefaultNCalls()
Param Functor class for Multidimensional functions.
void Copy(TArrayD &array) const
void Set(Int_t n)
Set size of this array to n doubles.
const Double_t * GetArray() const
virtual Color_t GetFillColor() const
Return the fill area color.
virtual Style_t GetFillStyle() const
Return the fill area style.
virtual void SetFillColor(Color_t fcolor)
Set the fill area color.
virtual void SetFillStyle(Style_t fstyle)
Set the fill area style.
virtual Color_t GetLineColor() const
Return the line color.
virtual void SetLineStyle(Style_t lstyle)
Set the line style.
virtual Width_t GetLineWidth() const
Return the line width.
virtual void SetLineWidth(Width_t lwidth)
Set the line width.
virtual void SetLineColor(Color_t lcolor)
Set the line color.
virtual Style_t GetLineStyle() const
Return the line style.
virtual Style_t GetMarkerStyle() const
Return the marker style.
virtual void SetMarkerColor(Color_t mcolor=1)
Set the marker color.
virtual Color_t GetMarkerColor() const
Return the marker color.
virtual Size_t GetMarkerSize() const
Return the marker size.
virtual void SetMarkerStyle(Style_t mstyle=1)
Set the marker style.
virtual void SetMarkerSize(Size_t msize=1)
Set the marker size.
Buffer base class used for serializing objects.
virtual Int_t ReadClassBuffer(const TClass *cl, void *pointer, const TClass *onfile_class=0)=0
virtual Version_t ReadVersion(UInt_t *start=0, UInt_t *bcnt=0, const TClass *cl=0)=0
virtual Int_t ReadArray(Bool_t *&b)=0
virtual Int_t CheckByteCount(UInt_t startpos, UInt_t bcnt, const TClass *clss)=0
virtual Int_t WriteClassBuffer(const TClass *cl, void *pointer)=0
static void SaveColor(std::ostream &out, Int_t ci)
Save a color with index > 228 as a C++ statement(s) on output stream out.
Int_t fNdim
Function dimension.
virtual void GetParLimits(Int_t ipar, Double_t &parmin, Double_t &parmax) const
Return limits for parameter ipar.
virtual Double_t GetParError(Int_t ipar) const
Return value of parameter number ipar.
Double_t GetChisquare() const
Double_t fXmin
Lower bounds for the range.
std::unique_ptr< TMethodCall > fMethodCall
! Pointer to MethodCall in case of interpreted function
virtual void Copy(TObject &f1) const
Copy this F1 to a new F1.
virtual void Update()
Called by functions such as SetRange, SetNpx, SetParameters to force the deletion of the associated h...
virtual Int_t GetNpar() const
TH1 * fHistogram
! Pointer to histogram used for visualisation
Double_t fMaximum
Maximum value for plotting.
virtual Double_t * GetParameters() const
Double_t fMinimum
Minimum value for plotting.
virtual Double_t EvalPar(const Double_t *x, const Double_t *params=0)
Evaluate function with given coordinates and parameters.
virtual void InitArgs(const Double_t *x, const Double_t *params)
Initialize parameters addresses.
virtual Double_t IntegralMultiple(Int_t n, const Double_t *a, const Double_t *b, Int_t maxpts, Double_t epsrel, Double_t epsabs, Double_t &relerr, Int_t &nfnevl, Int_t &ifail)
This function computes, to an attempted specified accuracy, the value of the integral.
Int_t fNpx
Number of points used for the graphical representation.
std::vector< Double_t > fSave
Array of fNsave function values.
virtual Double_t GetMinMaxNDim(Double_t *x, Bool_t findmax, Double_t epsilon=0, Int_t maxiter=0) const
Find the minimum of a function of whatever dimension.
std::vector< Double_t > fIntegral
! Integral of function binned on fNpx bins
virtual Double_t Eval(Double_t x, Double_t y=0, Double_t z=0, Double_t t=0) const
Evaluate this function.
@ kFormula
Formula functions which can be stored,.
virtual Int_t GetNpx() const
Double_t fXmax
Upper bounds for the range.
virtual Int_t GetNdim() const
virtual Double_t GetParameter(Int_t ipar) const
virtual void ExecuteEvent(Int_t event, Int_t px, Int_t py)
Execute action corresponding to one event.
A 2-Dim function with parameters.
virtual Double_t GetMaximumXY(Double_t &x, Double_t &y) const
Compute the X and Y values corresponding to the maximum value of the function.
virtual Double_t FindMinMax(Double_t *x, bool findmax) const
Return minimum/maximum value of the function.
virtual Double_t GetMinimum(Double_t *x) const
Return minimum/maximum value of the function.
virtual void Paint(Option_t *option="")
Paint this 2-D function with its current attributes.
virtual void GetRandom2(Double_t &xrandom, Double_t &yrandom, TRandom *rng=nullptr)
Return 2 random numbers following this function shape.
virtual Bool_t IsInside(const Double_t *x) const
Return kTRUE is the point is inside the function range.
virtual void Save(Double_t xmin, Double_t xmax, Double_t ymin, Double_t ymax, Double_t zmin, Double_t zmax)
Save values of function in array fSave.
virtual void SetNpy(Int_t npy=100)
Set the number of points used to draw the function.
virtual Double_t Moment2(Double_t nx, Double_t ax, Double_t bx, Double_t ny, Double_t ay, Double_t by, Double_t epsilon=0.000001)
Return x^nx * y^ny moment of a 2d function in range [ax,bx],[ay,by].
virtual Double_t GetMinimumXY(Double_t &x, Double_t &y) const
Compute the X and Y values corresponding to the minimum value of the function.
Int_t fNpy
Number of points along y used for the graphical representation.
virtual Int_t GetContour(Double_t *levels=0)
Return contour values into array levels.
TArrayD fContour
Array to display contour levels.
virtual void SavePrimitive(std::ostream &out, Option_t *option="")
Save primitive as a C++ statement(s) on output stream out.
virtual void ExecuteEvent(Int_t event, Int_t px, Int_t py)
Execute action corresponding to one event.
Double_t fYmax
Upper bound for the range in y.
virtual Double_t GetSave(const Double_t *x)
Get value corresponding to X in array of fSave values.
TF2 & operator=(const TF2 &rhs)
Operator =.
virtual Double_t Integral(Double_t ax, Double_t bx, Double_t ay, Double_t by, Double_t epsrel=1.e-6)
Return Integral of a 2d function in range [ax,bx],[ay,by] with desired relative accuracy (default val...
virtual TF1 * DrawCopy(Option_t *option="") const
Draw a copy of this function with its current attributes-*.
virtual char * GetObjectInfo(Int_t px, Int_t py) const
Redefines TObject::GetObjectInfo.
Double_t GetRandom(TRandom *rng=nullptr, Option_t *opt=nullptr)
Return a random number following this function shape.
Double_t fYmin
Lower bound for the range in y.
virtual Double_t GetContourLevel(Int_t level) const
Return the number of contour levels.
virtual ~TF2()
F2 default destructor.
virtual Int_t DistancetoPrimitive(Int_t px, Int_t py)
Compute distance from point px,py to a function.
virtual void Copy(TObject &f2) const
Copy this F2 to a new F2.
virtual void SetRange(Double_t xmin, Double_t xmax)
Initialize the upper and lower bounds to draw the function.
virtual void GetRange(Double_t &xmin, Double_t &ymin, Double_t &xmax, Double_t &ymax) const
Return range of a 2-D function.
virtual void SetContour(Int_t nlevels=20, const Double_t *levels=0)
Set the number and values of contour levels.
virtual Double_t CentralMoment2(Double_t nx, Double_t ax, Double_t bx, Double_t ny, Double_t ay, Double_t by, Double_t epsilon=0.000001)
Return x^nx * y^ny central moment of a 2d function in range [ax,bx],[ay,by].
virtual void Draw(Option_t *option="")
Draw this function with its current attributes.
virtual void SetContourLevel(Int_t level, Double_t value)
Set value for one contour level.
TF2()
TF2 default constructor.
virtual Double_t GetMaximum(Double_t *x) const
Return maximum value of the function See TF2::GetMinimum.
virtual TH1 * CreateHistogram()
Create a histogram from function.
TH1 is the base class of all histogram classes in ROOT.
virtual void SetDirectory(TDirectory *dir)
By default, when a histogram is created, it is added to the list of histogram objects in the current ...
virtual void SetMaximum(Double_t maximum=-1111)
virtual void SetContour(Int_t nlevels, const Double_t *levels=0)
Set the number and values of contour levels.
virtual void SetMinimum(Double_t minimum=-1111)
virtual void SetBinContent(Int_t bin, Double_t content)
Set bin content see convention for numbering bins in TH1::GetBin In case the bin number is greater th...
virtual Double_t GetContourLevel(Int_t level) const
Return value of contour number level.
virtual void Paint(Option_t *option="")
Control routine to paint any kind of histograms.
virtual Int_t DistancetoPrimitive(Int_t px, Int_t py)
Compute distance from point px,py to a line.
virtual void SetStats(Bool_t stats=kTRUE)
Set statistics option on/off.
2-D histogram with a float per channel (see TH1 documentation)}
virtual const char * GetTitle() const
Returns title of object.
virtual const char * GetName() const
Returns name of object.
Mother of all ROOT objects.
virtual Option_t * GetDrawOption() const
Get option used by the graphics system to draw this object.
virtual void Warning(const char *method, const char *msgfmt,...) const
Issue warning message.
virtual void AppendPad(Option_t *option="")
Append graphics object to current pad.
void SetBit(UInt_t f, Bool_t set)
Set or unset the user status bits as specified in f.
virtual void Error(const char *method, const char *msgfmt,...) const
Issue error message.
@ kCanDelete
if object in a list can be deleted
virtual void Info(const char *method, const char *msgfmt,...) const
Issue info message.
This is the base class for the ROOT Random number generators.
virtual Double_t Rndm()
Machine independent random number generator.
void ToLower()
Change string to lower-case.
Bool_t Contains(const char *pat, ECaseCompare cmp=kExact) const
Short_t Max(Short_t a, Short_t b)
Double_t QuietNaN()
Returns a quiet NaN as defined by IEEE 754
Int_t Finite(Double_t x)
Check if it is finite with a mask in order to be consistent in presence of fast math.
Short_t Min(Short_t a, Short_t b)
Long64_t BinarySearch(Long64_t n, const T *array, T value)
Double_t Infinity()
Returns an infinity as defined by the IEEE standard.