8#include <tracking/trackFindingCDC/filters/facetRelation/AllFacetRelationFilter.h>
10#include <tracking/trackFindingCDC/eventdata/hits/CDCFacet.h>
13using namespace TrackFindingCDC;
Weight operator()(const CDCFacet &fromFacet, const CDCFacet &toFacet) final
Main filter method returning the weight of the neighborhood relation.
Class representing a triple of neighboring oriented wire with additional trajectory information.
CDCRLWireHit & getStartRLWireHit()
Getter for the first oriented wire hit.
const CDCWire & getEndWire() const
Getter for the wire the third oriented wire hit is based on.
bool isOnWire(const CDCWire &wire) const
Checks if the oriented hit is associated with the give wire.
Abstract base class for different kinds of events.