CHeT Library
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
CHeT::Vis::VisPoint2D Struct Reference

Structure representing a 2D point (e.g., for Hough space or transverse projection). More...

#include <CHeTVisualizer.hh>

Public Member Functions

 VisPoint2D ()=default
 
 VisPoint2D (double _x, double _y, int _col=kBlue, int _mst=1, double _sz=1.0)
 

Public Attributes

double x
 
double y
 Coordinates.
 
int color
 ROOT Color index.
 
int markerStyle
 ROOT Marker style (e.g., 20 = Full Circle)
 
double size
 Marker size.
 

Detailed Description

Structure representing a 2D point (e.g., for Hough space or transverse projection).

Definition at line 48 of file CHeTVisualizer.hh.

Constructor & Destructor Documentation

◆ VisPoint2D() [1/2]

CHeT::Vis::VisPoint2D::VisPoint2D ( )
default

◆ VisPoint2D() [2/2]

CHeT::Vis::VisPoint2D::VisPoint2D ( double  _x,
double  _y,
int  _col = kBlue,
int  _mst = 1,
double  _sz = 1.0 
)
inline

Definition at line 57 of file CHeTVisualizer.hh.

Member Data Documentation

◆ color

int CHeT::Vis::VisPoint2D::color

ROOT Color index.

Definition at line 51 of file CHeTVisualizer.hh.

◆ markerStyle

int CHeT::Vis::VisPoint2D::markerStyle

ROOT Marker style (e.g., 20 = Full Circle)

Definition at line 52 of file CHeTVisualizer.hh.

◆ size

double CHeT::Vis::VisPoint2D::size

Marker size.

Definition at line 53 of file CHeTVisualizer.hh.

◆ x

double CHeT::Vis::VisPoint2D::x

Definition at line 50 of file CHeTVisualizer.hh.

◆ y

double CHeT::Vis::VisPoint2D::y

Coordinates.

Definition at line 50 of file CHeTVisualizer.hh.


The documentation for this struct was generated from the following file: