/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Reconstruction/TrkReco/TrkReco-00-08-59-patch4-slc6tag/src/TPoint2D.cxx File Reference

#include <iostream>
#include "TrkReco/TPoint2D.h"

Go to the source code of this file.

Defines

#define TPOINT2D_INLINE_DEFINE_HERE

Functions

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


Define Documentation

#define TPOINT2D_INLINE_DEFINE_HERE

Definition at line 13 of file TPoint2D.cxx.


Function Documentation

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

Definition at line 43 of file TPoint2D.cxx.

00043                                                  {
00044     return s << "(" << a.x() << "," << a.y() << ")";
00045 }


Generated on Tue Nov 29 23:17:07 2016 for BOSS_7.0.2 by  doxygen 1.4.7