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
49a54bd8
Commit
49a54bd8
authored
Feb 17, 2022
by
Peter Fackeldey
Browse files
fix data_mc_substract call args
parent
3146caa3
Changes
1
Hide whitespace changes
Inline
Side-by-side
recipes/tth.py
View file @
49a54bd8
...
...
@@ -987,7 +987,13 @@ class Processor(common.DNNBase, Base, Histogramer):
h
=
cls
.
regroup
(
h
,
groups
=
groups1
)
if
"fakes"
in
task
.
legacy_processes
:
tq
.
set_postfix
(
step
=
"fakes extraction"
)
h
=
cls
.
data_mc_substract
(
h
,
fakes
,
data_syst
=
data_syst
,
skip_mc
=
[
"diHiggs"
])
h
=
cls
.
data_mc_substract
(
task
.
analysis_inst
,
h
,
fakes
,
data_syst
=
data_syst
,
skip_mc
=
[
"diHiggs"
],
)
"""
application of fake non-closure shift:
"""
...
...
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