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
bdcb041d
Commit
bdcb041d
authored
Feb 08, 2022
by
Dennis Noll
Browse files
[config] analysis: add "norm" group to signal processes for norming of subprocesses
parent
3b0ddb26
Changes
1
Hide whitespace changes
Inline
Side-by-side
config/analysis.py
View file @
bdcb041d
...
...
@@ -274,8 +274,8 @@ analysis.processes.extend([class_HHGluGlu_NLO_reweight])
analysis
.
aux
[
"multiclass"
]
=
MulticlassConfig
(
groups
=
{
"mergedinclusive"
:
{
"class_HHGluGlu_NLO_reweight"
:
{
"groups"
:
[
"signal"
,
"fit"
]},
"class_HHVBF_NLO"
:
{
"groups"
:
[
"signal"
,
"fit"
]},
"class_HHGluGlu_NLO_reweight"
:
{
"groups"
:
[
"signal"
,
"fit"
,
"norm"
]},
"class_HHVBF_NLO"
:
{
"groups"
:
[
"signal"
,
"fit"
,
"norm"
]},
"tt"
:
{
"groups"
:
[
"background"
]},
"st"
:
{
"groups"
:
[
"background"
]},
"wjets"
:
{
"groups"
:
[
"background"
]},
...
...
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