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

#include <math.h>
#include "CLHEP/Geometry/Vector3D.h"
#include "CLHEP/Geometry/Point3D.h"

Go to the source code of this file.

Classes

class  TPoint2D
 A class to represent a point in 2D. More...

Defines

#define HEP_SHORT_NAMES
#define TPOINT2D_INLINE_DEFINE_HERE

Typedefs

typedef HepGeom::Vector3D<
double > 
HepVector3D
typedef HepGeom::Point3D<
double > 
HepPoint3D

Functions

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


Define Documentation

#define HEP_SHORT_NAMES

Definition at line 22 of file TPoint2D.h.

#define TPOINT2D_INLINE_DEFINE_HERE

Definition at line 82 of file TPoint2D.h.


Typedef Documentation

typedef HepGeom::Point3D<double> HepPoint3D

Definition at line 31 of file TPoint2D.h.

typedef HepGeom::Vector3D<double> HepVector3D

Definition at line 25 of file TPoint2D.h.


Function Documentation

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

Definition at line 43 of file TPoint2D.cxx.

References TPoint2D::x(), and TPoint2D::y().

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


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