 |
Belle II Software
release-05-01-25
|
10 #include <tracking/trackFindingCDC/geometry/Vector2D.h>
18 using namespace TrackFindingCDC;
33 Vector2D::operator
const TVector2()
35 return TVector2(x(), y());
40 output <<
"Vector2D(" << vector2D.
x() <<
"," << vector2D.
y() <<
")";
46 std::stringstream sstream;
std::ostream & operator<<(std::ostream &output, const IntervalOfValidity &iov)
void setY(const double y)
Setter for the y coordinate.
Vector2D & operator=(const TVector2 &tvector)
Assignment translating from a TVector2 instance.
A two dimensional vector which is equipped with functions for correct handeling of orientation relat...
double y() const
Getter for the y coordinate.
std::string __str__() const
Output operator for python.
Abstract base class for different kinds of events.
double x() const
Getter for the x coordinate.
void setX(const double x)
Setter for the x coordinate.
Vector2D()
Default constructor for ROOT compatibility.