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
289affb7
Commit
289affb7
authored
Feb 18, 2022
by
Peter Fackeldey
Browse files
correlate fake related nuisances by categories and remove fakes nc slope nuisance
parent
08dc0109
Changes
1
Hide whitespace changes
Inline
Side-by-side
models/common.py
View file @
289affb7
...
...
@@ -39,6 +39,12 @@ class StatModelBase(Datacard):
ret
.
update
(
fake_nc_nom_e
=
f
"CMS_bbww_sl_FakeRate_nc_nom_e_
{
self
.
category
}
_
{
self
.
year
}
"
,
fake_nc_nom_mu
=
f
"CMS_bbww_sl_FakeRate_nc_nom_mu_
{
self
.
category
}
_
{
self
.
year
}
"
,
fake_electrons_barrel
=
f
"CMS_bbww_sl_FakeRate_e_barrel_
{
self
.
year
}
"
,
fake_electrons_nom
=
f
"CMS_bbww_sl_FakeRate_e_norm_
{
self
.
year
}
"
,
fake_electrons_pt
=
f
"CMS_bbww_sl_FakeRate_e_pt_
{
self
.
year
}
"
,
fake_muons_barrel
=
f
"CMS_bbww_sl_FakeRate_m_barrel_
{
self
.
year
}
"
,
fake_muons_nom
=
f
"CMS_bbww_sl_FakeRate_m_norm_
{
self
.
year
}
"
,
fake_muons_pt
=
f
"CMS_bbww_sl_FakeRate_m_pt_
{
self
.
year
}
"
,
# TriangleExtrapolation=f"CMS_bbww_sl_TriangleExtrapolation_{self.category}_{self.year}",
)
return
ret
...
...
@@ -442,7 +448,7 @@ class StatModelBase(Datacard):
# Fakes non-closure
self
.
add_systematics
(
names
=
"fake_nc_*"
,
names
=
"fake_nc_
nom_
*"
,
type
=
"shape"
,
strength
=
1.0
,
processes
=
{
"fakes"
},
...
...
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