 |
Belle II Software
release-05-01-25
|
10 #include <tracking/trackFindingCDC/topology/WireNeighborPair.h>
12 #include <tracking/trackFindingCDC/topology/CDCWireTopology.h>
15 using namespace TrackFindingCDC;
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.
static CDCWireTopology & getInstance()
Getter for the singleton instance of the wire topology.
MayBePtr< const CDCWire > getFirst() const
Getter for the first wire.
Abstract base class for different kinds of events.
Type for the neighbor relationship from one wire to another.
WireNeighborKind getNeighborKind(const WireID &wireID, const WireID &otherWireID) const
Checks if two wires are closest neighbors.