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
d8d48a42
Commit
d8d48a42
authored
Mar 02, 2022
by
Peter Fackeldey
Browse files
add vptsfcount
parent
2750d5c6
Changes
2
Hide whitespace changes
Inline
Side-by-side
recipes/common.py
View file @
d8d48a42
...
...
@@ -462,3 +462,8 @@ class HHCount(Base, corr_proc.HHCount):
class
VJetsStitchCount
(
Base
,
corr_proc
.
VJetsStitchCount
):
memory
=
"1000MiB"
class
VptSFCount
(
Base
,
corr_proc
.
VptSFCount
):
debug_dataset
=
"DYJetsToLL_M-10to50"
memory
=
"1000MiB"
recipes/tth.py
View file @
d8d48a42
...
...
@@ -35,6 +35,7 @@ from .common import (
PUCount
,
HHCount
,
VJetsStitchCount
,
VptSFCount
,
)
...
...
@@ -921,7 +922,7 @@ class Base(common.NeutrinoBase, common.Base):
vbf_pair_mass
=
util
.
normalize
(
vbf_dijets
.
mass
,
pad
=
True
,
fill
=
0
)
vbf_pairs_absdeltaeta
=
util
.
normalize
(
vbf_pairs_absdeltaeta
,
pad
=
True
,
fill
=
0
)
lep_conept
=
util
.
normalize
(
lep_cone
.
pt
,
pad
=
True
)
eventshapes
=
util
.
get_eventshape_variables
(
met_or_nu
=
neutrino
,
...
...
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