21   TF1 *fbeta = 
new TF1(
"fbeta", 
"TMath::BetaDist(x, [0], [1])", 0, 1);
 
   40   legend1->
AddEntry(f2,
"p=0.5  q=2",
"l");
 
   41   legend1->
AddEntry(f3,
"p=2    q=0.5",
"l");
 
   47   TF1 *fbetai=
new TF1(
"fbetai", 
"TMath::BetaDistI(x, [0], [1])", 0, 1);
 
   67   legend2->
AddEntry(f2,
"p=0.5  q=2",
"l");
 
   68   legend2->
AddEntry(f3,
"p=2    q=0.5",
"l");
 
virtual void SetLineWidth(Width_t lwidth)
Set the line width.
 
virtual void SetLineColor(Color_t lcolor)
Set the line color.
 
virtual TF1 * DrawCopy(Option_t *option="") const
Draw a copy of this function with its current attributes.
 
virtual void SetParameters(const Double_t *params)
 
This class displays a legend box (TPaveText) containing several legend entries.
 
TLegendEntry * AddEntry(const TObject *obj, const char *label="", Option_t *option="lpf")
Add a new entry to this legend.
 
virtual void Draw(Option_t *option="")
Draw this legend with its current attributes.
 
TVirtualPad is an abstract base class for the Pad and Canvas classes.
 
virtual void SetGrid(Int_t valuex=1, Int_t valuey=1)=0