8#include <tracking/trackFindingCDC/geometry/Vector2D.h>
14using namespace TrackFindingCDC;
16std::ostream& TrackFindingCDC::operator<<(std::ostream& output,
const Vector2D& vector2D)
18 output <<
"Vector2D(" << vector2D.
x() <<
"," << vector2D.
y() <<
")";
24 std::stringstream sstream;
A two dimensional vector which is equipped with functions for correct handling of orientation relate...
std::string __str__() const
Output operator for python.
double x() const
Getter for the x coordinate.
double y() const
Getter for the y coordinate.
Abstract base class for different kinds of events.