Skip to content

Adapt to ThOr functor and algorithm naming changes

Alex Pearce requested to merge apearce-particle-functor-cleanup into master

Follows the changes in Rec!2456 (merged) and Phys!945 (merged). Relevant here are changes to some test options:

  • MASS functor no longer needs to be given mass hypotheses.
  • Combiner changes:
    • Property names are different (Comb12Cut -> CombinationCut).
    • Accepts a single decay descriptor.
    • Accepts one input container per child.

I also took the liberty of making a few clean-ups (moving imports to the top of the file, removing unused imports) and updated the test reference. Note that the number of accepted candidates has not changed.

Requires Rec!2456 (merged) and Phys!945 (merged). Related to Moore!862 (merged) and MooreAnalysis!39 (merged).

Edited by Alex Pearce

Merge request reports