Skip to content
Snippets Groups Projects
Forked from LHCb / DaVinci
Source project has a limited visibility.
Gerhard Raven's avatar
Gerhard Raven authored
Move computation of DOCA{,Chi2} related quantities from 'combinations' to functors which use 'combinations'

- implement a generic interface which combinations must support to allow this:
  - get<N>()   - to get the N-th candidate
  - transform_reduce( transformer, reducer ) - calls transformer on
                                               each element, and uses
                                               reducer to aggregate the
                                               result
  - pairwise_transform_reduce  - as above, but loops over all pairs, so
                                transformer must be a binary operator
  - pairwise_none_of - return whether all pairs pass the provided predicate
acf7f38e
History
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Name Last commit Last update
..