Skip to content
Snippets Groups Projects
Commit e865e51e authored by Alex Pearce's avatar Alex Pearce
Browse files

Merge branch 'mstahl_PVs' into 'master'

putting PVs back in standard HLT1 reco

See merge request !291
parents f7d1c63f a6cf4c59
No related branches found
No related tags found
3 merge requests!372Abertoli photons 191209,!371B2oc shunan bdt,!291putting PVs back in standard HLT1 reco
Pipeline #1208752 passed
......@@ -29,11 +29,12 @@ def reco_prefilters():
def standalone_hlt1_reco(do_mc_checking=False):
hlt1_tracks = make_hlt1_tracks()
pvs = make_pvs()
fitted_tracks = make_VeloKalman_fitted_tracks(hlt1_tracks)
muon_ids = make_muon_id(hlt1_tracks["Forward"])
tracks_with_muon_id = make_tracks_with_muon_id(fitted_tracks, muon_ids)
nodes = reco_prefilters() + [fitted_tracks["Pr"], tracks_with_muon_id]
nodes = reco_prefilters() + [pvs, fitted_tracks["Pr"], tracks_with_muon_id]
if do_mc_checking:
types_and_locations_for_checkers = {
"Velo": hlt1_tracks["Velo"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment