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

Structure representing a reconstructed 3D generic track for visualization. More...

#include <CHeTVisualizer.hh>

Public Member Functions

 VisGenericTrack ()=default
 
 VisGenericTrack (std::vector< VisPoint3D > _pts, int _c=1, int _w=2, int _s=1, bool _loc=false)
 

Public Attributes

std::vector< VisPoint3Dpoints
 Sequence of 3D points.
 
int color
 ROOT Color index.
 
int width
 Line width.
 
int style
 Line style.
 
bool isLocalFrame
 If true, coordinates are in Detector Local Frame.
 

Detailed Description

Structure representing a reconstructed 3D generic track for visualization.

Definition at line 96 of file CHeTVisualizer.hh.

Constructor & Destructor Documentation

◆ VisGenericTrack() [1/2]

CHeT::Vis::VisGenericTrack::VisGenericTrack ( )
default

◆ VisGenericTrack() [2/2]

CHeT::Vis::VisGenericTrack::VisGenericTrack ( std::vector< VisPoint3D _pts,
int  _c = 1,
int  _w = 2,
int  _s = 1,
bool  _loc = false 
)
inline

Definition at line 106 of file CHeTVisualizer.hh.

Member Data Documentation

◆ color

int CHeT::Vis::VisGenericTrack::color

ROOT Color index.

Definition at line 99 of file CHeTVisualizer.hh.

◆ isLocalFrame

bool CHeT::Vis::VisGenericTrack::isLocalFrame

If true, coordinates are in Detector Local Frame.

Definition at line 102 of file CHeTVisualizer.hh.

◆ points

std::vector<VisPoint3D> CHeT::Vis::VisGenericTrack::points

Sequence of 3D points.

Definition at line 98 of file CHeTVisualizer.hh.

◆ style

int CHeT::Vis::VisGenericTrack::style

Line style.

Definition at line 101 of file CHeTVisualizer.hh.

◆ width

int CHeT::Vis::VisGenericTrack::width

Line width.

Definition at line 100 of file CHeTVisualizer.hh.


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