![]() |
CHeT Library
|
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< VisPoint3D > | points |
| 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. | |
Structure representing a reconstructed 3D generic track for visualization.
Definition at line 96 of file CHeTVisualizer.hh.
|
default |
|
inline |
Definition at line 106 of file CHeTVisualizer.hh.
| int CHeT::Vis::VisGenericTrack::color |
ROOT Color index.
Definition at line 99 of file CHeTVisualizer.hh.
| bool CHeT::Vis::VisGenericTrack::isLocalFrame |
If true, coordinates are in Detector Local Frame.
Definition at line 102 of file CHeTVisualizer.hh.
| std::vector<VisPoint3D> CHeT::Vis::VisGenericTrack::points |
Sequence of 3D points.
Definition at line 98 of file CHeTVisualizer.hh.
| int CHeT::Vis::VisGenericTrack::style |
Line style.
Definition at line 101 of file CHeTVisualizer.hh.
| int CHeT::Vis::VisGenericTrack::width |
Line width.
Definition at line 100 of file CHeTVisualizer.hh.