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
f0cccaf0
Commit
f0cccaf0
authored
Feb 21, 2022
by
Peter Fackeldey
Browse files
update PS shift correlation into TT and HH
parent
a669b47a
Changes
1
Hide whitespace changes
Inline
Side-by-side
models/common.py
View file @
f0cccaf0
...
...
@@ -20,9 +20,21 @@ class StatModelBase(Datacard):
systematic
=
"scale"
,
processes
=
[
"DY"
,
"TT"
,
"VV"
,
"WJets"
,
"ggHH"
,
"tHW"
,
"tHq"
,
"ttH"
,
"ttW"
,
"ttZ"
],
)
# Check decorrelation with Karl:
lines
+=
self
.
decorrelate
(
systematic
=
"ps_fsr"
,
processes
=
[
"WJets"
,
"TT"
,
"ST"
])
lines
+=
self
.
decorrelate
(
systematic
=
"ps_isr"
,
processes
=
[
"WJets"
,
"TT"
,
"ST"
])
# Decorrelation according to Karl (Skype) into TT and HH:
lines
+=
self
.
decorrelate
(
systematic
=
"ps_fsr"
,
processes
=
{
"TT"
:
"TT"
,
**
{
p
:
"HH"
for
p
in
self
.
processes
if
p
.
startswith
((
"ggHH_"
,
"qqHH_"
))},
},
)
lines
+=
self
.
decorrelate
(
systematic
=
"ps_isr"
,
processes
=
{
"TT"
:
"TT"
,
**
{
p
:
"HH"
for
p
in
self
.
processes
if
p
.
startswith
((
"ggHH_"
,
"qqHH_"
))},
},
)
lines
+=
[
f
"
{
self
.
bin
}
autoMCStats 10"
]
return
lines
...
...
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