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

#include <JetVoronoiDiagramHelpers.h>

Inheritance diagram for JetVoronoiDiagramHelpers::SegmentList:
Collaboration diagram for JetVoronoiDiagramHelpers::SegmentList:

Public Member Functions

void Add (coord x1, coord y1, coord x2, coord y2)
 

Public Attributes

elements
 STL member. More...
 

Detailed Description

List of segments.

Definition at line 117 of file JetVoronoiDiagramHelpers.h.

Member Function Documentation

◆ Add()

void JetVoronoiDiagramHelpers::SegmentList::Add ( coord  x1,
coord  y1,
coord  x2,
coord  y2 
)
inline

Definition at line 118 of file JetVoronoiDiagramHelpers.h.

118  {
119  push_back(Segment(x1,y1,x2,y2));
120  }

Member Data Documentation

◆ elements

T std::vector< T >::elements
inherited

STL member.


The documentation for this class was generated from the following file:
plotBeamSpotCompare.x1
x1
Definition: plotBeamSpotCompare.py:216
Trk::TrackState::Segment
@ Segment
Definition: TrackStateDefs.h:37
plotBeamSpotCompare.x2
x2
Definition: plotBeamSpotCompare.py:218
makeTRTBarrelCans.y1
tuple y1
Definition: makeTRTBarrelCans.py:15
makeTRTBarrelCans.y2
tuple y2
Definition: makeTRTBarrelCans.py:18