BOSS 8.0.0
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 41 of file TPoint2D.cxx.

41 {
42 return s << "(" << a.x() << "," << a.y() << ")";
43}
XmlRpcServer s