8#include <tracking/trackingUtilities/eventdata/segments/CDCWireHitSegment.h>
10#include <tracking/trackingUtilities/eventdata/hits/CDCWireHit.h>
14using namespace TrackingUtilities;
18 std::vector<const CDCWire*> wireSegment;
20 wireSegment.push_back(&(ptrWireHit->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 a hit wire in the central drift chamber.
Abstract base class for different kinds of events.