Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
scipp
mario-mapyde
Commits
5661f0e1
Commit
5661f0e1
authored
Nov 03, 2021
by
Mike Hance
Browse files
fixing sub(sub)leading lepton kinematics
parent
733b3dd6
Pipeline
#3200249
passed with stages
in 16 minutes and 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
scripts/HistCollections.py
View file @
5661f0e1
...
...
@@ -333,18 +333,18 @@ class Hists:
self
.
branches
[
"lep1Phi"
][
0
]
=
defaultfill
if
subleadingLep
:
self
.
branches
[
"lep2PT"
][
0
]
=
leadingLep
.
Pt
()
self
.
branches
[
"lep2Eta"
][
0
]
=
leadingLep
.
Eta
()
self
.
branches
[
"lep2Phi"
][
0
]
=
leadingLep
.
Phi
()
self
.
branches
[
"lep2PT"
][
0
]
=
sub
leadingLep
.
Pt
()
self
.
branches
[
"lep2Eta"
][
0
]
=
sub
leadingLep
.
Eta
()
self
.
branches
[
"lep2Phi"
][
0
]
=
sub
leadingLep
.
Phi
()
else
:
self
.
branches
[
"lep2PT"
][
0
]
=
defaultfill
self
.
branches
[
"lep2Eta"
][
0
]
=
defaultfill
self
.
branches
[
"lep2Phi"
][
0
]
=
defaultfill
if
subsubleadingLep
:
self
.
branches
[
"lep3PT"
][
0
]
=
leadingLep
.
Pt
()
self
.
branches
[
"lep3Eta"
][
0
]
=
leadingLep
.
Eta
()
self
.
branches
[
"lep3Phi"
][
0
]
=
leadingLep
.
Phi
()
self
.
branches
[
"lep3PT"
][
0
]
=
subsub
leadingLep
.
Pt
()
self
.
branches
[
"lep3Eta"
][
0
]
=
subsub
leadingLep
.
Eta
()
self
.
branches
[
"lep3Phi"
][
0
]
=
subsub
leadingLep
.
Phi
()
else
:
self
.
branches
[
"lep3PT"
][
0
]
=
defaultfill
self
.
branches
[
"lep3Eta"
][
0
]
=
defaultfill
...
...
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