8#include <tracking/trackFindingCDC/eventdata/segments/CDCRLWireHitSegment.h>
10#include <tracking/trackFindingCDC/eventdata/hits/CDCRLWireHit.h>
13using namespace TrackFindingCDC;
17 std::vector<const CDCWire*> wireSegment;
19 wireSegment.push_back(&(rlWireHit.
getWire()));
std::vector< const 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 CDCWire & getWire() const
Getter for the wire the oriented hit associated to.
Abstract base class for different kinds of events.