BOSS 7.1.2
BESIII Offline Software System
Loading...
Searching...
No Matches
TPoint2D.cxx File Reference
#include <iostream>
#include "TrkReco/TPoint2D.h"

Go to the source code of this file.

Macros

#define TPOINT2D_INLINE_DEFINE_HERE
 

Functions

std::ostream & operator<< (std::ostream &s, const TPoint2D &a)
 

Macro Definition Documentation

◆ TPOINT2D_INLINE_DEFINE_HERE

#define TPOINT2D_INLINE_DEFINE_HERE

Definition at line 13 of file TPoint2D.cxx.

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & s,
const TPoint2D & a )

Definition at line 42 of file TPoint2D.cxx.

43 {
44 return s << "(" << a.x() << "," << a.y() << ")";
45}
XmlRpcServer s
double y(void) const
Definition TPoint2D.h:94
double x(void) const
Definition TPoint2D.h:88