9#include <tracking/trackFindingCDC/collectors/adders/AdderInterface.h>
16 namespace TrackFindingCDC {
18 template <
class ACollectorItem,
class ACollectionItem>
22 void add(ACollectorItem& collectorItem,
const ACollectionItem& collectionItem, Weight weight)
override
24 collectorItem->addRelationTo(collectionItem, weight);
Base class for a findlet, which uses a reduced/thinned list of weighted relations between collector a...
Class to add relations between the matched items.
void add(ACollectorItem &collectorItem, const ACollectionItem &collectionItem, Weight weight) override
Add a relation between the matched items.
Abstract base class for different kinds of events.