7 floats_to_copy=[], ints_to_copy=[],
9 pt_priority_with_delta_r=-1,
10 particle_link_name=None,
16 dr_str = f
'deltaRTo{source}'
17 deta_str = f
'deltaEtaTo{source}'
18 dphi_str = f
'deltaPhiTo{source}'
19 dpt_str = f
'deltaPtTo{source}'
20 to_suffix = f
'From{source}'
21 match_str = f
'matchedTo{source}'
27 CompFactory.ftag.JetMatcherAlg(
28 f
'{source}To{target}CopyAlg{name_suffix}',
31 floatsToCopy={f:
to(f)
for f
in floats_to_copy},
32 intsToCopy={i:
to(i)
for i
in ints_to_copy},
38 ptPriorityWithDeltaR=pt_priority_with_delta_r,
39 sourceMinimumPt=source_minimum_pt,
40 particleLink=(particle_link_name
or ""),