Skip to content

Commit

Permalink
Few updates in datacard for non resonant
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianBury authored and FlorianBury committed Nov 27, 2021
1 parent 98ecb0d commit 68a47a5
Show file tree
Hide file tree
Showing 19 changed files with 528 additions and 532 deletions.
2 changes: 1 addition & 1 deletion Datacards/BambooDatacardProducer
10 changes: 1 addition & 9 deletions Datacards/configs/datacard_fit_NonResonant_COMB_FR2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ yamlName:
- plots_DYEstimation_FakeExtrapolation.yml
- plots_FakeExtrapolation.yml

produce_plots: True
plotIt: !include plotIt_nonres_COMB.yml

era:
- 2016
Expand All @@ -44,14 +44,6 @@ era:

combineConfigs: !include combine_DL_nonres.yml

legend:
position:
- 0.2
- 0.7
- 0.9
- 0.9
columns: 3

normSyst : !include norm_comb_nonres.yml

shapeSyst : !include shape_comb_systematics.yml
Expand Down
27 changes: 2 additions & 25 deletions Datacards/configs/datacard_fit_Resonant_syst_M_base_FR2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,36 +18,13 @@ use_syst: True

yamlName: plots_DYEstimation_FakeExtrapolation.yml

plotIt:
legend:
position:
- 0.2
- 0.7
- 0.9
- 0.9
columns: 3
unitary_bin_width: True
plots:
HH_DL_{mass}_resolved1b_GGF:
blinded-range: [0,100]
HH_DL_{mass}_resolved2b_GGF:
blinded-range: [0,100]
HH_DL_{mass}_boosted_GGF:
blinded-range: [0,100]

plotIt: !include plotIt_res_DL.yml

era:
- 2016
- 2017
- 2018

legend:
position:
- 0.2
- 0.7
- 0.9
- 0.9
columns: 3

combineConfigs:
- !include combine_DL_res.yml

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,7 @@ era:
- 2017
- 2018

plotIt:
legend:
position:
- 0.2
- 0.7
- 0.9
- 0.9
columns: 3
unitary_bin_width: True
plotIt: !include plotIt_res_DL.yml

combineConfigs:
- !include combine_DL_res.yml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,7 @@ era:
- 2017
- 2018

plotIt:
legend:
position:
- 0.2
- 0.7
- 0.9
- 0.9
columns: 3
unitary_bin_width: True
plotIt: !include plotIt_res_DL.yml

combineConfigs:
- !include combine_DL_res.yml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,8 @@ era:
- 2017
- 2018

plotIt:
legend:
position:
- 0.2
- 0.7
- 0.9
- 0.9
columns: 3
unitary_bin_width: True

plotIt: !include plotIt_res_DL.yml

combineConfigs:
- !include combine_DL_res.yml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,8 @@ era:
- 2017
- 2018

plotIt:
legend:
position:
- 0.2
- 0.7
- 0.9
- 0.9
columns: 3
unitary_bin_width: True

plotIt: !include plotIt_res_DL.yml

combineConfigs:
- !include combine_DL_res.yml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,8 @@ era:
- 2017
- 2018

plotIt:
legend:
position:
- 0.2
- 0.7
- 0.9
- 0.9
columns: 3
unitary_bin_width: True

plotIt: !include plotIt_res_DL.yml

combineConfigs:
- !include combine_DL_res.yml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,8 @@ era:
- 2017
- 2018

plotIt:
legend:
position:
- 0.2
- 0.7
- 0.9
- 0.9
columns: 3
unitary_bin_width: True

plotIt: !include plotIt_res_DL.yml

combineConfigs:
- !include combine_DL_res.yml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,9 @@ era:
- 2017
- 2018

plotIt:
legend:
position:
- 0.2
- 0.7
- 0.9
- 0.9
columns: 3
unitary_bin_width: True


plotIt: !include plotIt_res_DL.yml

combineConfigs:
- !include combine_DL_res.yml

Expand Down
6 changes: 3 additions & 3 deletions Datacards/configs/nonclosure_DY_res.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
2016:
- module: nonclosure.py:NonClosureDY
init:
path_json: config/fit_results_Res{branch}.json
path_json: ../configs/fit_results_Res{branch}.json
categories:
HH_DL_{mass}_inclusive_DY_VVV :
key: HH_{mass}_inclusive_DY_VVV_2016
Expand All @@ -15,7 +15,7 @@
2017:
- module: nonclosure.py:NonClosureDY
init:
path_json: config/fit_results_Res{branch}.json
path_json: ../configs/fit_results_Res{branch}.json
categories:
HH_DL_{mass}_inclusive_DY_VVV :
key: HH_{mass}_inclusive_DY_VVV_2017
Expand All @@ -29,7 +29,7 @@
2018:
- module: nonclosure.py:NonClosureDY
init:
path_json: config/fit_results_Res{branch}.json
path_json: ../configs/fit_results_Res{branch}.json
categories:
HH_DL_{mass}_inclusive_DY_VVV :
key: HH_{mass}_inclusive_DY_VVV_2018
Expand Down
12 changes: 6 additions & 6 deletions Datacards/configs/nonclosure_nonres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
####### DY #######
- module: nonclosure.py:NonClosureDY
init:
path_json : config/fit_results_NonRes.json
path_json : ../configs/fit_results_NonRes.json
categories:
HH_DL_inclusive_DY_VVV :
key: HH_inclusive_DY_VVV_2016
Expand All @@ -17,7 +17,7 @@
####### Fakes #######
- module: nonclosure.py:NonClosureFake
init:
path_json: config/factors_SL_Fake_2016.json
path_json: ../configs/factors_SL_Fake_2016.json
histConverter: !include cat_SL_nonresonant_channel.yml
regroup: !include cat_SL_nonresonant_regroup.yml
categories:
Expand Down Expand Up @@ -88,7 +88,7 @@
####### DY #######
- module: nonclosure.py:NonClosureDY
init:
path_json : config/fit_results_NonRes.json
path_json : ../configs/fit_results_NonRes.json
categories:
HH_DL_inclusive_DY_VVV :
key: HH_inclusive_DY_VVV_2017
Expand All @@ -102,7 +102,7 @@
####### Fakes #######
- module: nonclosure.py:NonClosureFake
init:
path_json: config/factors_SL_Fake_2017.json
path_json: ../configs/factors_SL_Fake_2017.json
categories:
HH_SL_e_resolved1b_GGF:
key: HH_SL_e_resolved1b_GGF_2017
Expand Down Expand Up @@ -171,7 +171,7 @@
####### DY #######
- module: nonclosure.py:NonClosureDY
init:
path_json : config/fit_results_NonRes.json
path_json : ../configs/fit_results_NonRes.json
categories:
HH_DL_inclusive_DY_VVV :
key: HH_inclusive_DY_VVV_2018
Expand All @@ -185,7 +185,7 @@
####### Fakes #######
- module: nonclosure.py:NonClosureFake
init:
path_json: config/factors_SL_Fake_2017.json
path_json: ../configs/factors_SL_Fake_2017.json
categories:
HH_SL_e_resolved1b_GGF:
key: HH_SL_e_resolved1b_GGF_2017
Expand Down
71 changes: 71 additions & 0 deletions Datacards/configs/plotIt_nonres_COMB.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
legend:
position:
- 0.2
- 0.7
- 0.9
- 0.9
columns: 3
unitary_bin_width: True
plots:
# Double Lepton #
HH_DL_resolved1b_GGF:
x-axis: 'DNN output'
blinded-range: [0,100]
HH_DL_resolved2b_GGF:
x-axis: 'DNN output'
blinded-range: [0,100]
HH_DL_boosted_GGF:
x-axis: 'DNN output'
blinded-range: [0,100]
HH_DL_resolved1b_VBF:
x-axis: 'DNN output'
blinded-range: [0,100]
HH_DL_resolved2b_VBF:
x-axis: 'DNN output'
blinded-range: [0,100]
HH_DL_boosted_VBF:
x-axis: 'DNN output'
blinded-range: [0,100]
HH_DL_inclusive_DY_VVV:
x-axis: 'DNN output'
blinded-range: discard
HH_DL_resolved_other:
x-axis: 'DNN output'
blinded-range: discard
HH_DL_boosted_other:
x-axis: 'DNN output'
blinded-range: discard

# Single Lepton #
HH_SL_resolved1b_GGF:
x-axis: 'DNN output'
blinded-range: [0,100]
HH_SL_resolved2b_GGF:
x-axis: 'DNN output'
blinded-range: [0,100]
HH_SL_boosted_GGF:
x-axis: 'DNN output'
blinded-range: [0,100]
HH_SL_resolved1b_VBF:
x-axis: 'DNN output'
blinded-range: [0,100]
HH_SL_resolved2b_VBF:
x-axis: 'DNN output'
blinded-range: [0,100]
HH_SL_boosted_VBF:
x-axis: 'DNN output'
blinded-range: [0,100]
HH_SL_inclusive_WJets:
x-axis: 'DNN output'
blinded-range: discard
HH_SL_inclusive_other:
x-axis: 'DNN output'
blinded-range: discard
HH_SL_resolved_TopH:
x-axis: 'DNN output'
blinded-range: discard
HH_SL_boosted_TopH:
x-axis: 'DNN output'
blinded-range: discard


28 changes: 28 additions & 0 deletions Datacards/configs/plotIt_res_DL.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
legend:
position:
- 0.2
- 0.7
- 0.9
- 0.9
columns: 3
unitary_bin_width: True
plots:
HH_DL_{mass}_resolved1b_GGF:
x-axis: 'DNN output'
blinded-range: [0,100]
HH_DL_{mass}_resolved2b_GGF:
x-axis: 'DNN output'
blinded-range: [0,100]
HH_DL_{mass}_boosted_GGF:
x-axis: 'DNN output'
blinded-range: [0,100]
HH_DL_{mass}_inclusive_DY_VVV:
x-axis: 'DNN output'
blinded-range: []
HH_DL_{mass}_resolved_other:
x-axis: 'DNN output'
blinded-range: []
HH_DL_{mass}_boosted_other:
x-axis: 'DNN output'
blinded-range: []

Loading

0 comments on commit 68a47a5

Please sign in to comment.