Skip to content

WIP: attempt to resolve duplication of make_pvs functions

Marian Stahl requested to merge mstahl_make_pvs into master

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 like all_velo_track_types
  • RecoConf.hlt1_tracking.make_pvs: this function uses the standard velo tracks in HLT1, in line with functions like make_hlt1_tracks

Merge request reports