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
3679bce2
Commit
3679bce2
authored
Oct 23, 2019
by
Paul Seyfert
Browse files
bodgeup
parent
4c46872d
Pipeline
#1172915
failed with stages
in 7 minutes and 17 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
3679bce2
...
...
@@ -17,8 +17,8 @@ find_package(GaudiProject)
#---------------------------------------------------------------
# Declare project name and version
gaudi_project
(
Moore
v50r0
USE Phys
v30r6
gaudi_project
(
Moore
master
USE Phys
master
DATA AppConfig VERSION v3r*
FieldMap VERSION v5r*
PRConfig VERSION v1r*
...
...
Hlt/RecoConf/python/RecoConf/hlt1_tracking.py
View file @
3679bce2
...
...
@@ -49,6 +49,7 @@ from PyConf.Algorithms import (
TrackEventFitter
,
MakePVRelations__PrFittedForwardTracks
,
MakeZip__PrFittedForwardTracks__BestVertexRelations
,
MakeZip__RecVertices
,
)
from
PyConf.Tools
import
(
...
...
@@ -245,9 +246,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