96 Error(
"TF2",
"function: %s/%s has dimension %d instead of 2",
name,formula,
GetNdim());
214 if (distance <= 1)
return distance;
221 if (
gPad->GetView() || strncmp(drawOption,
"cont",4) == 0
222 || strncmp(drawOption,
"CONT",4) == 0) {
223 uxmin=
gPad->GetUxmin();
224 uxmax=
gPad->GetUxmax();
226 uymin=
gPad->GetUymin();
227 uymax=
gPad->GetUymax();
230 if (x < fXmin || x >
fXmax)
return distance;
231 if (y < fYmin || y >
fYmax)
return distance;
322 if (level <0 || level >=
fContour.
fN)
return 0;
350 Double_t rsign = (findmax) ? -1. : 1.;
352 Double_t xxmin = 0, yymin = 0, zzmin = 0;
360 xx[0]=
fXmin + (i+0.5)*dx;
362 xx[1]=
fYmin+(j+0.5)*dy;
364 if (rsign*zz < rsign*zzmin) {xxmin = xx[0], yymin = xx[1]; zzmin = zz;}
380 if (rsign*fmin < rsign*zzmin) {
381 if (
x) {
x[0] = xx[0];
x[1] = xx[1]; }
385 if (
x) {
x[0] = xxmin;
x[1] = yymin; }
409 double xx[2] = { 0,0 };
412 x = xx[0];
y = xx[1];
424 double xx[2] = { 0,0 };
427 x = xx[0];
y = xx[1];
470 const char *snull =
"";
471 if (!
gPad)
return (
char*)snull;
472 static char info[64];
478 if (
gPad->GetView() || strncmp(drawOption,
"cont",4) == 0
479 || strncmp(drawOption,
"CONT",4) == 0) {
480 uxmin=
gPad->GetUxmin();
481 uxmax=
gPad->GetUxmax();
483 uymin=
gPad->GetUymin();
484 uymax=
gPad->GetUymax();
496 Error(
"GetRandom",
"cannot be called for TF2/3, use GetRandom2/3 instead");
506 Error(
"GetRandom",
"cannot be called for TF2/3, use GetRandom2/3 instead");
540 Int_t intNegative = 0;
542 for (j=0;j<
fNpy;j++) {
543 for (i=0;i<
fNpx;i++) {
545 if (integ < 0) {intNegative++; integ = -integ;}
550 if (intNegative > 0) {
551 Warning(
"GetRandom2",
"function:%s has %d negative values: abs assumed",
GetName(),intNegative);
554 Error(
"GetRandom2",
"Integral of function is zero");
557 for (i=1;i<=ncells;i++) {
567 if (dxint > 0) ddx = dx*(
r -
fIntegral[cell])/dxint;
572 xrandom =
fXmin +dx*i +ddx;
573 yrandom =
fYmin +dy*j +ddy;
607 if (
fSave.empty())
return 0;
609 Int_t np = fNsave - 6;
618 if (x < xmin || x >
xmax)
return 0;
619 if (dx <= 0)
return 0;
622 if (y < ymin || y >
ymax)
return 0;
623 if (dy <= 0)
return 0;
632 Int_t k1 = jbin*(npx+1) + ibin;
633 Int_t k2 = jbin*(npx+1) + ibin +1;
634 Int_t k3 = (jbin+1)*(npx+1) + ibin +1;
635 Int_t k4 = (jbin+1)*(npx+1) + ibin;
657 Warning(
"Integral",
"failed code=%d, maxpts=%d, epsrel=%g, nfnevl=%d, relerr=%g ",ifail,maxpts,epsrel,nfnevl,relerr);
691 for (i=1;i<=
fNpx;i++) {
693 for (j=1;j<=
fNpy;j++) {
695 bin = j*(
fNpx + 2) + i;
696 h->SetBinContent(bin,
EvalPar(xv,parameters));
702 if (levels && levels[0] == -9999) levels = 0;
740 for (i=1;i<=
fNpx;i++) {
742 for (j=1;j<=
fNpy;j++) {
744 bin = j*(
fNpx + 2) + i;
752 if (levels && levels[0] == -9999) levels = 0;
781 Int_t fNsave = nsave+6;
782 if (fNsave <= 6) {fNsave=0;
return;}
784 fSave.resize(fNsave);
801 for (j=0;j<=
fNpy;j++) {
803 for (i=0;i<=
fNpx;i++) {
838 out<<
" "<<
GetName()<<
"->SetFillColor(ci);" << std::endl;
848 out<<
" "<<
GetName()<<
"->SetMarkerColor(ci);" << std::endl;
861 out<<
" "<<
GetName()<<
"->SetLineColor(ci);" << std::endl;
882 out<<
" "<<
GetName()<<
"->SetParLimits("<<i<<
","<<parmin<<
","<<parmax<<
");"<<std::endl;
885 <<quote<<option<<quote<<
");"<<std::endl;
908 for (level=0; level<nlevels; level++)
fContour.
fArray[level] = levels[level];
935 Warning(
"SetNpy",
"Number of points must be >=4 && <= 10000, fNpy set to 4");
937 }
else if(npy > 10000) {
938 Warning(
"SetNpy",
"Number of points must be >=4 && <= 10000, fNpy set to 10000");
961void TF2::Streamer(
TBuffer &R__b)
1001 if (saved) {
fSave.clear(); }
1013 Error(
"Moment2",
"Integral zero over range");
1017 TF2 fnc(
"TF2_ExpValHelper",
Form(
"%s*pow(x,%f)*pow(y,%f)",
GetName(),nx,ny));
1029 Error(
"CentralMoment2",
"Integral zero over range");
1043 TF2 fnc(
"TF2_ExpValHelper",
Form(
"%s*pow(x-%f,%f)*pow(y-%f,%f)",
GetName(),xbar,nx,ybar,ny));
R__EXTERN TRandom * gRandom
char * Form(const char *fmt,...)
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.
virtual void GetParLimits(Int_t ipar, Double_t &parmin, Double_t &parmax) const
Return limits for parameter ipar.
TMethodCall * fMethodCall
Pointer to histogram used for visualisation.
virtual Double_t GetParError(Int_t ipar) const
Return value of parameter number ipar.
Double_t GetChisquare() const
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
Parent object hooking this function (if one)
virtual Double_t * GetParameters() const
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.
std::vector< Double_t > fSave
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
virtual Double_t Eval(Double_t x, Double_t y=0, Double_t z=0, Double_t t=0) const
Evaluate this function.
virtual Int_t GetNpx() const
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 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.
virtual Int_t GetContour(Double_t *levels=0)
Return contour values into array 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.
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...
Double_t GetRandom()
Return a random number following this function shape.
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.
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 void GetRandom2(Double_t &xrandom, Double_t &yrandom)
Return 2 random numbers following this function shape.
virtual TH1 * CreateHistogram()
Create a histogram from function.
virtual void SetDirectory(TDirectory *dir)
By default when an 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 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
void function(const Char_t *name_, T fun, const Char_t *docstring=0)
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.