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
30c24b05
Commit
30c24b05
authored
Jan 28, 2022
by
Dennis Noll
Browse files
[config] categories: fixes bug with analysis aux access
parent
e9e77821
Changes
1
Hide whitespace changes
Inline
Side-by-side
config/categories.py
View file @
30c24b05
...
...
@@ -13,7 +13,7 @@ def setup_categories(cfg):
(
"_resolved_1b"
,
"_resolved_2b"
,
"_boosted"
):
(
"_incl"
,
"_incl3"
),
(
r
"_resolved(?!_\db)"
,
"_boosted"
):
(
"_incl"
,
"_incl2"
),
}
multiclass_config
=
cfg
.
analysis
.
aux
[
"multiclass"
]
multiclass_config
=
cfg
.
aux
[
"multiclass"
]
multiclass_processes
=
multiclass_config
.
groups
[
multiclass_config
.
group
]
classes
=
{
f
"dnn_node_
{
cls
}
"
:
get
(
cls
).
label_short
if
"HH"
in
cls
else
get
(
cls
).
label
...
...
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