8#include <tracking/trackFindingCDC/topology/WireNeighborPair.h>
10#include <tracking/trackFindingCDC/topology/CDCWireTopology.h>
13using namespace TrackFindingCDC;
WireNeighborKind getNeighborKind(const WireID &wireID, const WireID &otherWireID) const
Checks if two wires are closest neighbors.
static CDCWireTopology & getInstance()
Getter for the singleton instance of the wire topology.
Type for the neighbor relationship from one wire to another.
WireNeighborKind getNeighborKind() const
Getter for the kind of neighbor hood relation the first wire has with the second.
MayBePtr< const CDCWire > getSecond() const
Getter for the second wire.
MayBePtr< const CDCWire > getFirst() const
Getter for the first wire.
Abstract base class for different kinds of events.