Belle II Software development
|
struct for easier handling of getting U- & V-position of SpacePoints and some difficulties that arise within this task. More...
#include <CurlingTrackCandSplitterModule.h>
Public Member Functions | |
TaggedUVPos () | |
default constructor initializes both bools to false and both doubles to 0. | |
Public Attributes | |
bool | m_setU |
indicator if U is set | |
bool | m_setV |
indicator if V is set | |
double | m_U |
U-position. | |
double | m_V |
V-position. | |
struct for easier handling of getting U- & V-position of SpacePoints and some difficulties that arise within this task.
Definition at line 124 of file CurlingTrackCandSplitterModule.h.
|
inline |
default constructor initializes both bools to false and both doubles to 0.
Definition at line 131 of file CurlingTrackCandSplitterModule.h.
bool m_setU |
indicator if U is set
Definition at line 125 of file CurlingTrackCandSplitterModule.h.
bool m_setV |
indicator if V is set
Definition at line 126 of file CurlingTrackCandSplitterModule.h.
double m_U |
U-position.
Definition at line 127 of file CurlingTrackCandSplitterModule.h.
double m_V |
V-position.
Definition at line 128 of file CurlingTrackCandSplitterModule.h.