Avoid repetition with DiMuonTrackEfficiency.py and remove the passing around of pvs
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