Skip to content

Avoid repetition with DiMuonTrackEfficiency.py and remove the passing around of pvs

Jiuzhao Li requested to merge qee_dimuontracking_eff into qee_upgrade

FYI @hyin @rjhunter @peilian

There are still some problems that qee_tracking line and DiMuonTrackEfficiency.py. 图片

Because both instantiations of the make_Long_Filter function (here and in DiMuonTrackEfficiency.py) were identical instances, but were giving different names, this was causing the failure above. Fixed in !1950 (merged) by @peilian (thanks!) by using a default name for all instances of this function.

This MR therefore only removes the passing around of PVs in the tracking efficiency lines which are not used.

Edited by Ross John Hunter

Merge request reports