8#include <tracking/trackFindingCDC/filters/facetRelation/AllFacetRelationFilter.h>
10#include <tracking/trackingUtilities/eventdata/hits/CDCFacet.h>
13using namespace TrackFindingCDC;
14using namespace TrackingUtilities;
TrackingUtilities::Weight operator()(const TrackingUtilities::CDCFacet &fromFacet, const TrackingUtilities::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 CDC::CDCWire & getEndWire() const
Getter for the wire the third oriented wire hit is based on.
bool isOnWire(const CDC::CDCWire &wire) const
Checks if the oriented hit is associated with the give wire.
Abstract base class for different kinds of events.