1 |
#
|
2 |
# compare efficiencies (only to be used with hsusyanalyzer)
|
3 |
#
|
4 |
|
5 |
#-------------------------
|
6 |
# input/output files
|
7 |
#-------------------------
|
8 |
|
9 |
input_root = Gumbo_susyJetMET.root
|
10 |
|
11 |
input_reference = Gumbo_susyJetMET.root
|
12 |
|
13 |
tree_name = HSusyAnalyzer
|
14 |
output = Gumbo_susyJetMET_Eff_compare.ps
|
15 |
|
16 |
#-------------------------
|
17 |
# histograms (do never change!!!)
|
18 |
#-------------------------
|
19 |
hists = hsusy_recoeffpt; hsusy_recoeffeta; hsusy_recoeffphi; hsusy_recototpt; hsusy_recototeta; hsusy_recototphi; hsusy_recopt; hsusy_recoeta; hsusy_recophi
|
20 |
|
21 |
#-------------------------
|
22 |
# Kolmogorov-Smirnov Test
|
23 |
#-------------------------
|
24 |
KS treshold = 0.05
|
25 |
KS color = 0
|
26 |
|
27 |
#-------------------------
|
28 |
# canvas steering
|
29 |
#-------------------------
|
30 |
|
31 |
grid_x = 1 # set grid
|
32 |
grid_y = 1 #
|
33 |
|
34 |
#-------------------------
|
35 |
# histogram steering
|
36 |
#-------------------------
|
37 |
|
38 |
color = 2 4 # set fill style
|
39 |
style = 1 1 #
|
40 |
width = 8 5 #
|
41 |
|
42 |
#-------------------------
|
43 |
# legend steering
|
44 |
#-------------------------
|
45 |
|
46 |
leg_x_left = 0.25 # set line style
|
47 |
leg_x_right = 0.95 #
|
48 |
leg_y_lower = 0.75 #
|
49 |
leg_y_upper = 0.95 #
|