Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
3pia
CMS Analyses
bbWW_SL
Commits
9f050b22
Commit
9f050b22
authored
Feb 16, 2022
by
Dennis Noll
Browse files
[config] analysis: changed lookup_set according to gourabs wishes
parent
08dc0109
Changes
1
Hide whitespace changes
Inline
Side-by-side
config/analysis.py
View file @
9f050b22
...
...
@@ -176,20 +176,11 @@ analysis.aux["btag_sf_shifts"] = [
analysis
.
aux
[
"sync"
]
=
{
"lookup_set"
:
{
(
"mu"
,
"m"
),
(
"ee"
,
"ee"
),
(
"emu"
,
"em"
),
(
"mumu"
,
"mm"
),
(
"min_dhi_jet"
,
"min_dphi_jet"
),
(
"vbf_tag"
,
"VBF_tag"
),
(
"electron"
,
"ele"
),
(
"muon"
,
"mu"
),
(
"jet"
,
"ak4Jet"
),
(
"fat"
,
"ak8Jet"
),
(
"weight_gen_weight"
,
"MC_weight"
),
(
"weight_pileup"
,
"PU_weight"
),
(
"weight_trigger_electron_sf"
,
"weight_trigger_el_sf"
),
(
"weight_trigger_muon_sf"
,
"weight_trigger_mu_sf"
),
(
b
">="
,
b
"geq"
),
(
b
"=="
,
b
"eq"
),
(
b
"<="
,
b
"leq"
),
(
b
">"
,
b
"g"
),
(
b
"<"
,
b
"l"
),
},
"categories"
:
[
"is_all_incl_sr_prompt"
],
"eventnr"
:
"eventnr"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment