Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Paul Seyfert
Moore
Commits
ad68e2c3
Commit
ad68e2c3
authored
Oct 23, 2019
by
Paul Seyfert
Browse files
follow updates in Rec!1831
parent
6e1d123e
Pipeline
#1302768
passed with stages
in 1 minute and 24 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Hlt/RecoConf/python/RecoConf/hlt1_tracking.py
View file @
ad68e2c3
...
...
@@ -49,6 +49,7 @@ from PyConf.Algorithms import (
TrackEventFitter
,
MakePVRelations__PrFittedForwardTracks
,
MakeZip__PrFittedForwardTracks__BestVertexRelations
,
MakeZip__RecVertices
,
)
from
PyConf.Tools
import
(
...
...
@@ -252,9 +253,10 @@ def make_TrackBeamLineVertexFinderSoA_pvs(velo_tracks):
Returns:
DataHandle: TrackBeamLineVertexFinderSoA's OutputVertices.
"""
return
TrackBeamLineVertexFinderSoA
(
tbl
=
TrackBeamLineVertexFinderSoA
(
TracksLocation
=
velo_tracks
[
"Pr"
],
TracksBackwardLocation
=
velo_tracks
[
"Pr::backward"
]).
OutputVertices
TracksBackwardLocation
=
velo_tracks
[
"Pr::backward"
])
return
MakeZip__RecVertices
(
Input1
=
tbl
.
OutputVertices
).
Output
def
make_PatPV3DFuture_pvs
(
velo_tracks
):
...
...
Write
Preview
Markdown
is supported
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