18 const Int_t npoints=3;
19 Double_t xaxis[npoints] = {1.,2.,3.};
20 Double_t yaxis[npoints] = {10.,20.,30.};
23 TF2 *ff =
new TF2(
"ff",
"-1./y");
int Int_t
Signed integer 4 bytes (int).
double Double_t
Double 8 bytes.
void Draw(Option_t *chopt="") override
Default Draw method for all objects.
virtual void Apply(TF1 *f)
virtual TObject * DrawClone(Option_t *option="") const
Draw a clone of this object in the current selected pad with: gROOT->SetSelectedPad(c1).