Draft: RD B2ll line improvements
-
Merge fix of B2EMu SameSign line by @rquaglia -> various keyword arguments were not forwarded correctly -
replace filter_
withmake_
to have it consistent between different lines -
Change OWNPV to BVP -
fix wrong labels, e.g. dimuons
variable in B2EEGamma line -
in B2EMu builder various key word arguments are still not forwarded, is this on purpose? e.g. min_PIDmu
,min_ipchi2_track
,max_adocachi2
-
in the make_rd_detached_mue
function theIsMuon=False
keyword argument is not correctly forwarded to the underlying function -
in the make_rd_detached_mue
function thesame_sign
value is forwarded toopposite_sign=not same_sign
, this is confusing, see https://gitlab.cern.ch/lhcb/Moore/-/issues/898 -
Consider moving builders content into hlt2 line definition, at least the objects and then define the particle filter and cuts generically for all objects the same way, similar as it is done in B to multilepton
Edited by Jan Peter Wagner