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
e4303c5f
Commit
e4303c5f
authored
Feb 17, 2022
by
Dennis Noll
Browse files
[config] analysis: only use reweighted NLO processes
parent
c06d40a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
config/analysis.py
View file @
e4303c5f
...
...
@@ -254,12 +254,15 @@ class_HHGluGlu_NLO_reweight = aci.Process(
id
=
17789287
,
label
=
"HH(GGF)"
,
processes
=
[
analysis
.
processes
.
get
(
"HH_2B2WToLNu2J_GluGlu_reweight"
),
analysis
.
processes
.
get
(
"HH_2B2VTo2L2Nu_GluGlu_reweight"
),
analysis
.
processes
.
get
(
"HH_2B2Tau_GluGlu_reweight"
),
proc
for
parent_process
in
[
"HH_2B2WToLNu2J_GluGlu_reweight"
,
"HH_2B2VTo2L2Nu_GluGlu_reweight"
,
"HH_2B2Tau_GluGlu_reweight"
,
]
for
proc
in
analysis
.
processes
.
get
(
parent_process
).
processes
.
query
(
".*0_0_0"
)
],
)
analysis
.
processes
.
extend
([
class_HHGluGlu_NLO_reweight
])
analysis
.
aux
[
"multiclass"
]
=
MulticlassConfig
(
...
...
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