8#include <tracking/trackingUtilities/eventdata/segments/CDCRLWireHitSegment.h>
10#include <tracking/trackingUtilities/eventdata/hits/CDCRLWireHit.h>
14using namespace TrackingUtilities;
18 std::vector<const CDCWire*> wireSegment;
20 wireSegment.push_back(&(rlWireHit.
getWire()));
std::vector< const CDC::CDCWire * > getWireSegment() const
Getter for the vector of wires the hits of this segment are based on in the same order.
Class representing an oriented hit wire including a hypotheses whether the causing track passes left ...
const CDC::CDCWire & getWire() const
Getter for the wire the oriented hit associated to.
Abstract base class for different kinds of events.