BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
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...

Macros

#define TPOINT2D_INLINE_DEFINE_HERE

Typedefs

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

Functions

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

Macro Definition Documentation

◆ TPOINT2D_INLINE_DEFINE_HERE

#define TPOINT2D_INLINE_DEFINE_HERE

Typedef Documentation

◆ HepPoint3D

typedef HepGeom::Point3D<double> HepPoint3D

◆ HepVector3D

typedef HepGeom::Vector3D<double> HepVector3D

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