8#include <tracking/trackFindingCDC/testFixtures/TrackFindingCDCTestWithTopology.h>
10#include <tracking/trackFindingCDC/eventdata/tracks/CDCTrack.h>
12#include <tracking/trackFindingCDC/eventdata/hits/CDCWireHit.h>
14#include <cdc/dataobjects/WireID.h>
17using namespace TrackFindingCDC;
28 CDCRecoHit3D recoHit3D(rlWireHit, wireHit.getRefPos3D(), perpS);
29 track.push_back(recoHit3D);
33 recoHit3D.setRecoPos3D(
Vector3D(0.0, 0.0, 0.0));
36 EXPECT_ALL_NEAR(
Vector3D(0.0, 0.0, 0.0), track[0].getRecoPos3D(), 1);
Class representing an oriented hit wire including a hypotheses whether the causing track passes left ...
Class representing a three dimensional reconstructed hit.
Class representing a sequence of three dimensional reconstructed hits.
Class representing a hit wire in the central drift chamber.
This class provides the declaration of the common test fixture to all test of the track finding in th...
A three dimensional vector.
Class to identify a wire inside the CDC.
Abstract base class for different kinds of events.