14 parents = _default_parents
15 elif jets != _default_jets
and parents
is None:
16 raise ValueError(
"You must specify the jet parent collection")
18 copied_ints = [
'jetRank']
20 ca = ComponentAccumulator()
22 CompFactory.ftag.JetLinkMatcherAlg(
23 f
'{parents}To{jets}LinkCopyAlg',
27 intsToCopy={x:x
for x
in copied_ints},