1 |
#
|
2 |
# compare validation plots for calibrated and uncalibrated jets
|
3 |
#
|
4 |
|
5 |
#-------------------------
|
6 |
# input/output files
|
7 |
#-------------------------
|
8 |
|
9 |
|
10 |
input_root = SusyJets_withlittlenoise_normalized.root
|
11 |
input_reference = SusyJets.root
|
12 |
#input_root = SusyJets_singlehottower.root
|
13 |
#input_reference = SusyJets.root
|
14 |
name data = Noise (fake, small gaussian)
|
15 |
name reference = SUSY
|
16 |
tree_name = patjetidanalyzer #HSusyAnalyzer
|
17 |
output = Validation.ps
|
18 |
|
19 |
#-------------------------
|
20 |
# histograms
|
21 |
#-------------------------
|
22 |
#bins = 30 50
|
23 |
#hists = hsusy_multj; hsusy_ht; hsusy_htmet; hsusy_dijet; hsusy_met; hsusy_metmult; hsusy_metx; hsusy_mety; hsusy_metsig; hsusy_nv; hsusy_nv2; hsusy_recoeffpt; hsusy_recoeffeta; hsusy_recoeffphi; hsusy_ptj_0; hsusy_etaj_0; hsusy_phij_0; hsusy_emfj_0; hsusy_hadfj_0; hsusy_n60j_0; hsusy_n90j_0; hsusy_areaj_0; hsusy_ptj_1; hsusy_etaj_1; hsusy_phij_1; hsusy_emfj_1; hsusy_hadfj_1; hsusy_n60j_1; hsusy_n90j_1; hsusy_areaj_1; hsusy_ptj_2; hsusy_etaj_2; hsusy_phij_2; hsusy_emfj_2; hsusy_hadfj_2; hsusy_n60j_2; hsusy_n90j_2; hsusy_areaj_2; hsusy_ptj_3; hsusy_etaj_3; hsusy_phij_3; hsusy_emfj_3; hsusy_hadfj_3; hsusy_n60j_3; hsusy_n90j_3; hsusy_areaj_3; hsusy_metgj; hsusy_met; hsusy_multgj; hsusy_metxgj; hsusy_metygj; hsusy_multgj; hsusy_htgj; hsusy_htmetgj; hsusy_dijetgj; hsusy_ptgj_0; hsusy_etagj_0; hsusy_phigj_0; hsusy_emfgj_0; hsusy_hadfgj_0; hsusy_invisgj_0; hsusy_auxgj_0; hsusy_ptgj_1; hsusy_etagj_1; hsusy_phigj_1; hsusy_emfgj_1; hsusy_hadfgj_1; hsusy_invisgj_1; hsusy_auxgj_1; hsusy_ptgj_2; hsusy_etagj_2; hsusy_phigj_2; hsusy_emfgj_2; hsusy_hadfgj_2; hsusy_invisgj_2; hsusy_auxgj_2; hsusy_ptgj_3; hsusy_etagj_3; hsusy_phigj_3; hsusy_emfgj_3; hsusy_hadfgj_3; hsusy_invisgj_3; hsusy_auxgj_3
|
24 |
#hists = pat_multj; pat_ht; pat_htmet; pat_ptj_0; pat_etaj_0; pat_phij_0; pat_emfj_0; pat_hadfj_0; pat_n60j_0; pat_n90j_0; pat_areaj_0; pat_ptj_1; pat_etaj_1; pat_phij_1; pat_emfj_1; pat_hadfj_1; pat_n60j_1; pat_n90j_1; pat_areaj_1; pat_ptj_2; pat_etaj_2; pat_phij_2; pat_emfj_2; pat_hadfj_2; pat_n60j_2; pat_n90j_2; pat_areaj_2; pat_ptj_3; pat_etaj_3; pat_phij_3; pat_emfj_3; pat_hadfj_3; pat_n60j_3; pat_n90j_3; pat_areaj_3
|
25 |
|
26 |
hists = pat_ft_k_j_0; pat_ft_ksubavg_j_0; pat_ft_f_j_0; pat_fto_n99_j_0; pat_fto_n95_j_0; pat_fto_n90_j_0; pat_fto_n60_j_0; pat_fto_n30_j_0; pat_fto_n10_j_0; pat_fto_F10_j_0; pat_fto_Fs10_j_0; pat_fto_Det8_j_0; pat_fto_Det16_j_0; pat_fto_LowFvsHiF_j_0; pat_fto_LowFovHiF_j_0
|
27 |
2D hists = pat_ft_E_j_0; pat_ft_F_j_0;
|
28 |
|
29 |
show title = true
|
30 |
scale = false
|
31 |
|
32 |
#-------------------------
|
33 |
# Kolmogorov-Smirnov Test
|
34 |
#-------------------------
|
35 |
KS treshold = 0.05
|
36 |
KS color = 0
|
37 |
|
38 |
#-------------------------
|
39 |
# canvas steering
|
40 |
#-------------------------
|
41 |
|
42 |
grid_x = 1 # set grid
|
43 |
grid_y = 1 #
|
44 |
|
45 |
#-------------------------
|
46 |
# histogram steering
|
47 |
#-------------------------
|
48 |
|
49 |
color = 2 4 # set fill style
|
50 |
style = 1 1 #
|
51 |
width = 8 5 #
|
52 |
|
53 |
#-------------------------
|
54 |
# legend steering
|
55 |
#-------------------------
|
56 |
|
57 |
leg_x_left = 0.25 # set line style
|
58 |
leg_x_right = 0.95 #
|
59 |
leg_y_lower = 0.75 #
|
60 |
leg_y_upper = 0.95 #
|