![]() |
ATLAS Offline Software
|
#include "StoreGate/WriteDecorHandle.h"#include "JetMomentTools/JetVoronoiMomentsTool.h"#include "JetMomentTools/JetVoronoiDiagramHelpers.h"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< Polygon > | PolygonList |
| List of polygons. | |
| typedef double JetVoronoiDiagramHelpers::coord |
Type of coordination system.
Default integer in boost.
Definition at line 45 of file JetVoronoiDiagramHelpers.h.
| typedef std::vector<Polygon> JetVoronoiDiagramHelpers::PolygonList |
List of polygons.
Definition at line 112 of file JetVoronoiDiagramHelpers.h.