Belle II Software
release-08-01-10
|
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 127 of file CurlingTrackCandSplitterModule.h.