Skip to content

Simplify PrCloneKiller

Andre Gunther requested to merge gunther-cleanup-clonekiller into master

The second commit simplifies the PrCloneKiller code such that the compiler can fully optimize away the code in areClones. This is done by templating all involved track types.

The first commit replaces the sorting of the LHCbIDs by an assert that they are already sorted.

The third commit moves the PrCloneKiller into the LHCb::Pr namespace.

The forth commit introduces a clone killer for PrSeed vs. V1Downstream tracks

Goes with Moore!2731 (merged)

Related to Moore#657

Edited by Andre Gunther

Merge request reports