ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
JetVoronoiDiagramHelpers::Segment Class Reference

#include <JetVoronoiDiagramHelpers.h>

Collaboration diagram for JetVoronoiDiagramHelpers::Segment:

Public Member Functions

 Segment (coord x1, coord y1, coord x2, coord y2)
 
 Segment (Point a, Point b)
 

Public Attributes

Point p0
 
Point p1
 

Detailed Description

Straight line in 2D space. Consisted of two points.

Definition at line 83 of file JetVoronoiDiagramHelpers.h.

Constructor & Destructor Documentation

◆ Segment() [1/2]

JetVoronoiDiagramHelpers::Segment::Segment ( coord  x1,
coord  y1,
coord  x2,
coord  y2 
)
inline

Definition at line 84 of file JetVoronoiDiagramHelpers.h.

84 : p0(x1, y1), p1(x2, y2) {}

◆ Segment() [2/2]

JetVoronoiDiagramHelpers::Segment::Segment ( Point  a,
Point  b 
)
inline

Definition at line 85 of file JetVoronoiDiagramHelpers.h.

85 : p0(a), p1(b) {}

Member Data Documentation

◆ p0

Point JetVoronoiDiagramHelpers::Segment::p0

Definition at line 87 of file JetVoronoiDiagramHelpers.h.

◆ p1

Point JetVoronoiDiagramHelpers::Segment::p1

Definition at line 88 of file JetVoronoiDiagramHelpers.h.


The documentation for this class was generated from the following file:
plotBeamSpotCompare.x1
x1
Definition: plotBeamSpotCompare.py:216
plotBeamSpotCompare.x2
x2
Definition: plotBeamSpotCompare.py:218
JetVoronoiDiagramHelpers::Segment::p0
Point p0
Definition: JetVoronoiDiagramHelpers.h:87
makeTRTBarrelCans.y1
tuple y1
Definition: makeTRTBarrelCans.py:15
makeTRTBarrelCans.y2
tuple y2
Definition: makeTRTBarrelCans.py:18
JetVoronoiDiagramHelpers::Segment::p1
Point p1
Definition: JetVoronoiDiagramHelpers.h:88
plotBeamSpotMon.b
b
Definition: plotBeamSpotMon.py:77
a
TList * a
Definition: liststreamerinfos.cxx:10