Skip to content

Commit 8491da2

Browse files
author
Luigi Dello Stritto
committed
fix db
1 parent 8c4f479 commit 8491da2

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

machine_learning_hep/data/data_run3/database_variations_LcJet_pp_jet_obs.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ categories:
616616
diffs:
617617
analysis:
618618
jet_obs:
619-
n_rebin: [[1, 2, 4, 5], [1, 2, 4, 5]]
619+
n_rebin: [1, 2, 4, 5]
620620
reflections:
621621
activate: [no]
622622
label: ["w/o refl."]
@@ -925,19 +925,20 @@ categories:
925925
rms_both_sides: true
926926
variations:
927927
ml:
928-
activate: [no, no, yes, yes, yes, yes, yes, yes, yes, yes, yes, yes]
928+
activate: [no, no, no, yes, yes, yes, yes, yes, yes, yes, yes, yes, yes]
929929
label: [
930930
# default: working point (for tests, should be same as the default result)
931931
# null: no cuts (for tests, whatever was applied on Hyperloop)
932932
# loosest: same cuts as Hyperloop (for tests, should be same as null)
933-
"default", "null", "loose 5", "loose 4", "loose 3", "loose 2", "loose 1", "tight 1", "tight 2", "tight 3", "tight 4", "tight 5"]
933+
"default", "null", "loosest", "loose 5", "loose 4", "loose 3", "loose 2", "loose 1", "tight 1", "tight 2", "tight 3", "tight 4", "tight 5"]
934934
diffs:
935935
analysis:
936936
jet_obs:
937-
use_cuts: [True, True, True, True, True, True, True, True, True, True, True, True]
937+
use_cuts: [True, True, True, True, True, True, True, True, True, True, True, True, True]
938938
cuts:
939939
- ["mlBkgScore < 0.03", "mlBkgScore < 0.04", "mlBkgScore < 0.07", "mlBkgScore < 0.09", "mlBkgScore < 0.11", "mlBkgScore < 0.15", "mlBkgScore < 0.18", "mlBkgScore < 0.25", "mlBkgScore < 0.35", "mlBkgScore < 0.35"]
940940
- [null, null, null, null, null, null, null, null, null, null]
941+
- ["mlBkgScore < 0.08", "mlBkgScore < 0.08", "mlBkgScore < 0.10", "mlBkgScore < 0.20", "mlBkgScore < 0.25", "mlBkgScore < 0.30", "mlBkgScore < 0.40", "mlBkgScore < 0.50", "mlBkgScore < 0.70", "mlBkgScore < 0.7"] # loosest
941942
- ["mlBkgScore < 0.0375", "mlBkgScore < 0.0515", "mlBkgScore < 0.097", "mlBkgScore < 0.132", "mlBkgScore < 0.174", "mlBkgScore < 0.273", "mlBkgScore < 0.365", "mlBkgScore < 0.53", "mlBkgScore < 0.8", "mlBkgScore < 0.8"] # loose 5
942943
- ["mlBkgScore < 0.036", "mlBkgScore < 0.0492", "mlBkgScore < 0.0916", "mlBkgScore < 0.1236", "mlBkgScore < 0.1612", "mlBkgScore < 0.2484", "mlBkgScore < 0.328", "mlBkgScore < 0.474", "mlBkgScore < 0.71", "mlBkgScore < 0.71"] # loose 4
943944
- ["mlBkgScore < 0.0345", "mlBkgScore < 0.0469", "mlBkgScore < 0.0862", "mlBkgScore < 0.1152", "mlBkgScore < 0.1484", "mlBkgScore < 0.2238", "mlBkgScore < 0.291", "mlBkgScore < 0.418", "mlBkgScore < 0.62", "mlBkgScore < 0.62"] # loose 3

0 commit comments

Comments
 (0)