![]() |
ATLAS Offline Software
|
Jakub Cuth
May 2015.
More...
Classes | |
| class | Diagram |
| Tool for calculating and storing diagram. More... | |
| class | Point |
| Default object of 2D space. More... | |
| class | Polygon |
| List of points in 2D space. More... | |
| class | Segment |
| Straight line in 2D space. More... | |
| class | SegmentList |
| List of segments. More... | |
Typedefs | |
| typedef double | coord |
| Type of coordination system. | |
| typedef std::vector< Polygon > | PolygonList |
| List of polygons. | |
Functions | |
| Point | operator* (double a, const Point &b) |
| Point | operator* (const Point &b, double a) |
| double | operator* (const Point &a, const Point &b) |
| Point | operator+ (const Point &a, const Point &b) |
| Point | operator+ (double a, const Point &b) |
| Point | operator+ (const Point &b, double a) |
| Point | operator- (const Point &a, const Point &b) |
| Point | operator- (const Point &b) |
| bool | operator== (const Point &a, const Point &b) |
| bool | operator!= (const Point &a, const Point &b) |
| Point | Center (const Point &a, const Point &b) |
| Point | Norm (const Point &a) |
Jakub Cuth
May 2015.
Tool to add jet moments based on voronoi diagram.
Moments to add: VoronoiArea Area of voronoi cell corresponding to jet in eta-phi plane
| 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.
Definition at line 75 of file JetVoronoiDiagramHelpers.cxx.
Definition at line 79 of file JetVoronoiDiagramHelpers.cxx.
Definition at line 69 of file JetVoronoiDiagramHelpers.cxx.
Definition at line 24 of file JetVoronoiDiagramHelpers.cxx.
Definition at line 20 of file JetVoronoiDiagramHelpers.cxx.
Definition at line 44 of file JetVoronoiDiagramHelpers.cxx.
Definition at line 56 of file JetVoronoiDiagramHelpers.cxx.