WIP: attempt to resolve duplication of make_pvs functions
There are currently 2 implementations of make_pvs
, one where PVs are retrieved from file, the other in the HLT1 reconstruction. It's proposed here to rename the former to get_pvs
.
New/changed functions:
-
RecoConf.hlt1_tracking.make_reco_pvs
: passing velo tracks is mandatory, the PV-maker is optional, in line with functions likeall_velo_track_types
-
RecoConf.hlt1_tracking.make_pvs
: this function uses the standard velo tracks in HLT1, in line with functions likemake_hlt1_tracks