Momentum cut not applied in make_detached_dielectron_with_brem from standard_particles.py
In the make_detached_dielectron_with_brem
function in standard_particles
, the momentum variable p_e
is not passed to the electron builder. I believe it should be passed to filter_leptons_loose
. Although the default cut is zero, in many RD trigger lines (and probably other WGs) this argument is overwritten with a tighter cut.
This change should strictly reduce the bandwidth.