14 TF2 *f2 =
new TF2(
"f2",
"xygaus + xygaus(5) + xylandau(10)",-4,4,-4,4);
15 Double_t params[] = {130,-1.4,1.8,1.5,1, 150,2,0.5,-2,0.5, 3600,-2,0.7,-3,0.3};
17 TH2F h2(
"h2",
"xygaus + xygaus(5) + xylandau(10)",20,-4,4,20,-4,4);
23 Float_t xMin=0.67, yMin=0.875, xMax=0.85, yMax=0.95;
25 TCanvas c2h(
"c2h",
"2-d options",10,10,800,600);
27 c2h.SetFillColor(cancolor);
39 TCanvas ctext(
"ctext",
"text option",50,50,800,600);
41 ctext.SetFillColor(cancolor);
47 TCanvas cont(
"contours",
"contours",100,100,800,600);
50 cont.SetFillColor(cancolor);
65 TCanvas lego(
"lego",
"lego options",150,150,800,600);
67 lego.SetFillColor(cancolor);
73 gPad->SetTheta(61);
gPad->SetPhi(-82);
76 gPad->SetTheta(21);
gPad->SetPhi(-90);
81 TCanvas surf(
"surfopt",
"surface options",200,200,800,600);
83 surf.SetFillColor(cancolor);
virtual void SetParameters(const Double_t *params)
virtual void FillRandom(const char *fname, Int_t ntimes=5000)
Fill histogram following distribution in function fname.
R__EXTERN TStyle * gStyle
void SetCanvasColor(Color_t color=19)
void SetFrameFillColor(Color_t color=1)
virtual void DrawPaveLabel(Double_t x1, Double_t y1, Double_t x2, Double_t y2, const char *label, Option_t *option="")
Draw this pavelabel with new coordinates.
A Pave (see TPave) with a text centered in the Pave.
virtual void Draw(Option_t *option="")
Draw this histogram with options.
virtual void SetFillColor(Color_t fcolor)
2-D histogram with a float per channel (see TH1 documentation)}
A 2-Dim function with parameters.
void SetOptStat(Int_t stat=1)
The type of information printed in the histogram statistics box can be selected via the parameter mod...
void SetPalette(Int_t ncolors=kBird, Int_t *colors=0, Float_t alpha=1.)
See TColor::SetPalette.