ATLAS Offline Software
|
Jakub Cuth
May 2015.
More...
Classes | |
class | Diagram |
class | Point |
class | Polygon |
class | Segment |
class | SegmentList |
Typedefs | |
typedef double | coord |
typedef std::vector< Polygon > | PolygonList |
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
Type of coordination system. Default integer in boost.
Definition at line 45 of file JetVoronoiDiagramHelpers.h.
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.
bool JetVoronoiDiagramHelpers::operator!= | ( | const Point & | a, |
const Point & | b | ||
) |
Definition at line 69 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.