Logo Coherent WaveBurst  
Reference Guide
Logo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
MakeROC_Config_1G_vs_2G_Example.C
Go to the documentation of this file.
1 {
2 
3 // --------------------------------------------------------------
4 // 1G vs 2G-ISRA
5 // --------------------------------------------------------------
6 
7 nROC=2;
8 
9 REP_WWW = "https://www.atlas.aei.uni-hannover.de/~vedovato/LSC/reports/";
10 
11 ROC_TITLE = "ROC <br> S6A-L1H1V1 <br> <font color=\"blue\">1G</font> vs <font color=\"red\">2G-ISRA</font>";
12 
13 ROC_DIR = "report/dump/ROC_1G_2GISRA";
14 
15 ROC_WWW = REP_WWW+"/S6A_R4_SIM_BRST_L1H1V1_2G_run43/dump/ROC_1G_2GISRA";
16 
17 // --------------------------------------------------------------
18 // NAME reports
19 // --------------------------------------------------------------
20 
21 ROC_NAME[0] = "1G";
22 ROC_NAME[1] = "2G-ISRA";
23 
24 // --------------------------------------------------------------
25 // SIM/BKG line type
26 // --------------------------------------------------------------
27 
28 LINE_COLOR[0] = 4;
29 LINE_COLOR[1] = 2;
30 
31 LINE_STYLE[0] = 1;
32 LINE_STYLE[1] = 1;
33 
34 // --------------------------------------------------------------
35 // SIM/BKG reports dirs
36 // --------------------------------------------------------------
37 
38 SIM_DIR[0] = "/home/vedovato/tst/Re_S6A_R3_LF_BRST_L1H1V1_1G_Manual/report/postprod/M1.R_rsearch_i0cc70_i1rho40_vED40_win01_freq64_2048/data/";
39 SIM_DIR[1] = "/home/vedovato/S6/coherent/offline/SIMULATION/S6A_R4_SIM_BRST_L1H1V1_2G_run43/report/postprod/M1.C_cc2_gt_0d45.V_hvetoLHV_cat3LHV.R_ISRA_hveto_cat3_i0cc70_i1rho56_win01_freq64_2048/data";
40 
41 BKG_DIR[0] = "/home/waveburst/Official_results/coherent/offline/PRODUCTION/S6A_R3_BKG_LF_L1H1V1_1GM_wat539/report/postprod/M1.FIX.V_hvetoLHV_cat3LHV.R_rsearch_hveto_cat3_i0cc70_i1rho60_vED40_freq64_2048/data";
42 BKG_DIR[1] = "/home/vedovato/S6/coherent/offline/PRODUCTION/S6A_R4_BKG_L1H1V1_2G_run17/report/postprod/M1.C_cc2_gt_0d45.V_hvetoLHV_cat3LHV.R_ISRA_hveto_cat3_i0cc70_i1rho50_freq64_2048/data";
43 
44 // --------------------------------------------------------------
45 // SIM/BKG reports : www links
46 // --------------------------------------------------------------
47 
48 SIM_WWW[0] = REP_WWW+"/Re_S6A_R3_LF_BRST_L1H1V1_1G_Manual/postprod/M1.R_rsearch_i0cc70_i1rho40_vED40_win01_freq64_2048/";
49 SIM_WWW[1] = REP_WWW+"/S6A_R4_SIM_BRST_L1H1V1_2G_run43/postprod/M1.C_cc2_gt_0d45.V_hvetoLHV_cat3LHV.R_ISRA_hveto_cat3_i0cc70_i1rho56_win01_freq64_2048/";
50 
51 BKG_WWW[0] = "https://www.atlas.aei.uni-hannover.de/~waveburst/LSC/reports/Reports_1G_wat539/S6A_R3_BKG_LF_L1H1V1_1GM_wat539/postprod/M1.FIX.V_hvetoLHV_cat3LHV.R_rsearch_hveto_cat3_i0cc70_i1rho60_vED40_freq64_2048/";
52 BKG_WWW[1] = REP_WWW+"/S6A_R4_BKG_L1H1V1_2G_run17/postprod/M1.C_cc2_gt_0d45.V_hvetoLHV_cat3LHV.R_ISRA_hveto_cat3_i0cc70_i1rho50_freq64_2048/";
53 
54 }
int nROC
Definition: MakeROC.C:35