Macros | |
| #define | DRAW_NAMES 4 |
| #define | DRAW_SIGMA_MEDIAN |
| #define | LMAX 100 |
| #define | LMAX 100 |
| #define | MAX_EVT 100 |
| #define | NLOOP 100000 |
| #define | PRECISION 1.e-6 |
| #define | PRECISION 1.e-6 |
| #define | SIGMA1 0.682689492137 |
| #define | SIGMA2 0.954499736104 |
| #define | SIGMA3 0.997300203937 |
| #define | YMIN 0.001 |
Functions | |
| TGraphAsymmErrors * | DrawBelt (int N, double pinf, double psup, Color_t color) |
| TGraph * | DrawProbabilityBH (int N, double p, Color_t color, int style=9) |
| void | DrawPvaluesPE (TString ifname, TString odir, TString side, TString label="", bool title=true, double FDR=0) |
| TGraph * | DrawStepGraph (int N, double *x, double *y, Color_t color=kBlack) |
| double | GetProbability (int N, int k, double p) |
| double | InverseProbability (int N, int k, double p) |
| double | InverseProbabilityBH (int N, int k, double p) |
| #define DRAW_NAMES 4 |
Definition at line 29 of file DrawPvaluesPE.C.
| #define DRAW_SIGMA_MEDIAN |
Definition at line 27 of file DrawPvaluesPE.C.
| #define LMAX 100 |
| #define LMAX 100 |
| #define MAX_EVT 100 |
Definition at line 19 of file DrawPvaluesPE.C.
| #define NLOOP 100000 |
Definition at line 21 of file DrawPvaluesPE.C.
| #define PRECISION 1.e-6 |
| #define PRECISION 1.e-6 |
| #define SIGMA1 0.682689492137 |
Definition at line 33 of file DrawPvaluesPE.C.
| #define SIGMA2 0.954499736104 |
Definition at line 34 of file DrawPvaluesPE.C.
| #define SIGMA3 0.997300203937 |
Definition at line 35 of file DrawPvaluesPE.C.
| #define YMIN 0.001 |
Definition at line 31 of file DrawPvaluesPE.C.
| TGraphAsymmErrors * DrawBelt | ( | int | N, |
| double | pinf, | ||
| double | psup, | ||
| Color_t | color | ||
| ) |
Definition at line 524 of file DrawPvaluesPE.C.
Definition at line 483 of file DrawPvaluesPE.C.
| void DrawPvaluesPE | ( | TString | ifname, |
| TString | odir, | ||
| TString | side, | ||
| TString | label = "", |
||
| bool | title = true, |
||
| double | FDR = 0 |
||
| ) |
Definition at line 46 of file DrawPvaluesPE.C.
| TGraph * DrawStepGraph | ( | int | N, |
| double * | x, | ||
| double * | y, | ||
| Color_t | color = kBlack |
||
| ) |
Definition at line 503 of file DrawPvaluesPE.C.
Definition at line 430 of file DrawPvaluesPE.C.
Definition at line 439 of file DrawPvaluesPE.C.
Definition at line 461 of file DrawPvaluesPE.C.