125 TH2F* hpx =
new TH2F(
"hpx",
"Two Graphs(hpx)", ARRAYSIZE, MIN, MAX, ARRAYSIZE, -1,2);
Double_t ErfInverse(Double_t x)
returns the inverse error function x must be <-1
This class displays a legend box (TPaveText) containing several legend entries.
virtual void Draw(Option_t *option="")
Draw this legend with its current attributes.
virtual void Draw(Option_t *chopt="")
Draw this graph with its current attributes.
double erfc(double x)
Complementary error function.
virtual void Run(Bool_t retrn=kFALSE)
Main application eventloop. Calls system dependent eventloop via gSystem.
Double_t Erfc(Double_t x)
Compute the complementary error function erfc(x).
virtual void SetLineColor(Color_t lcolor)
VecExpr< UnaryOp< Fabs< T >, VecExpr< A, T, D >, T >, T, D > fabs(const VecExpr< A, T, D > &rhs)
virtual void Draw(Option_t *option="")
Draw this histogram with options.
Double_t Erf(Double_t x)
Computation of the error function erf(x).
2-D histogram with a float per channel (see TH1 documentation)}
Double_t ErfcInverse(Double_t x)
TLegendEntry * AddEntry(const TObject *obj, const char *label="", Option_t *option="lpf")
Add a new entry to this legend.
virtual void SetLineStyle(Style_t lstyle)
int main(int argc, char **argv)
A Graph is a graphics object made of two arrays X and Y with npoints each.
TGraph * drawPoints(Double_t x[], Double_t y[], int color, int style=1)
This class creates the ROOT Application Environment that interfaces to the windowing system eventloop...
virtual void SetStats(Bool_t stats=kTRUE)
Set statistics option on/off.