ATLAS Offline Software
Loading...
Searching...
No Matches
JetVoronoiMomentsTool.cxx File Reference
Include dependency graph for JetVoronoiMomentsTool.cxx:

Go to the source code of this file.

Classes

class  Point
 Default object of 2D space. More...
class  Segment
 Straight line in 2D space. More...
class  SegmentList
 List of segments. More...
class  Polygon
 List of points in 2D space. More...
class  Diagram
 Tool for calculating and storing diagram. More...

Typedefs

typedef double coord
 Type of coordination system.
typedef std::vector< PolygonPolygonList
 List of polygons.

Typedef Documentation

◆ coord

Type of coordination system.

Default integer in boost.

Definition at line 45 of file JetVoronoiDiagramHelpers.h.

◆ PolygonList

List of polygons.

Definition at line 112 of file JetVoronoiDiagramHelpers.h.