|
BOSS 8.0.0
BESIII Offline Software System
|
#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 &) |
| #define TPOINT2D_INLINE_DEFINE_HERE |
Definition at line 81 of file Reconstruction/TrkReco/include/TrkReco/TPoint2D.h.
| typedef HepGeom::Point3D<double> HepPoint3D |
Definition at line 31 of file Reconstruction/TrkReco/include/TrkReco/TPoint2D.h.
| typedef HepGeom::Vector3D<double> HepVector3D |
Definition at line 25 of file Reconstruction/TrkReco/include/TrkReco/TPoint2D.h.
| std::ostream & operator<< | ( | std::ostream & | s, |
| const TPoint2D & | a ) |
Definition at line 41 of file TPoint2D.cxx.