Macros | |
| #define | MAX_FAP 20 |
| #define | PROB_3SIGMA 0.002699796063 |
| #define | PROB_4SIGMA 0.000063342484 |
| #define | PROB_5SIGMA 0.000000573303 |
| #define | SHOW_3SIGMA |
| #define | SHOW_4SIGMA |
Functions | |
| void | CombineSearchesWithFAD (TString fadList, double rho_min=0, double rho_max=0, double refline=0, TString reflabel="reference", TString pfile="") |
| double | GetFAP (double rho, int n, int nFAP, TString *FADvsRHO, TString *PRODvsFAD) |
| void | GetFAPvsRHO (int n, vector< double > &x, vector< double > &y, int nFAP, TString *FADvsRHO, TString *PRODvsFAD) |
| TGraph * | GetGraph (vector< double > x, vector< double > y, TString ptitle, TString xtitle, TString ytitle) |
Variables | |
| double | gFAP_MAX = -1.79769e+308 |
| double | gFAP_MIN = 1.79769e+308 |
| double | gRHO_MAX = 0 |
| double | gRHO_MIN = 0 |
| #define MAX_FAP 20 |
Definition at line 31 of file CombineSearchesWithFAD.C.
| #define PROB_3SIGMA 0.002699796063 |
Definition at line 33 of file CombineSearchesWithFAD.C.
| #define PROB_4SIGMA 0.000063342484 |
Definition at line 35 of file CombineSearchesWithFAD.C.
| #define PROB_5SIGMA 0.000000573303 |
Definition at line 37 of file CombineSearchesWithFAD.C.
| #define SHOW_3SIGMA |
Definition at line 32 of file CombineSearchesWithFAD.C.
| #define SHOW_4SIGMA |
Definition at line 34 of file CombineSearchesWithFAD.C.
| void CombineSearchesWithFAD | ( | TString | fadList, |
| double | rho_min = 0, |
||
| double | rho_max = 0, |
||
| double | refline = 0, |
||
| TString | reflabel = "reference", |
||
| TString | pfile = "" |
||
| ) |
Definition at line 55 of file CombineSearchesWithFAD.C.
Definition at line 285 of file CombineSearchesWithFAD.C.
| void GetFAPvsRHO | ( | int | n, |
| vector< double > & | x, | ||
| vector< double > & | y, | ||
| int | nFAP, | ||
| TString * | FADvsRHO, | ||
| TString * | PRODvsFAD | ||
| ) |
Definition at line 303 of file CombineSearchesWithFAD.C.
| TGraph* GetGraph | ( | vector< double > | x, |
| vector< double > | y, | ||
| TString | ptitle, | ||
| TString | xtitle, | ||
| TString | ytitle | ||
| ) |
Definition at line 340 of file CombineSearchesWithFAD.C.
| double gFAP_MAX = -1.79769e+308 |
Definition at line 53 of file CombineSearchesWithFAD.C.
| double gFAP_MIN = 1.79769e+308 |
Definition at line 52 of file CombineSearchesWithFAD.C.
| double gRHO_MAX = 0 |
Definition at line 50 of file CombineSearchesWithFAD.C.
| double gRHO_MIN = 0 |
Definition at line 49 of file CombineSearchesWithFAD.C.