Belle II Software development
CurlingTrackCandSplitterModule::TaggedUVPos Struct Reference

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.
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ TaggedUVPos()

TaggedUVPos ( )
inline

default constructor initializes both bools to false and both doubles to 0.

Definition at line 131 of file CurlingTrackCandSplitterModule.h.

Member Data Documentation

◆ m_setU

bool m_setU

indicator if U is set

Definition at line 125 of file CurlingTrackCandSplitterModule.h.

◆ m_setV

bool m_setV

indicator if V is set

Definition at line 126 of file CurlingTrackCandSplitterModule.h.

◆ m_U

double m_U

U-position.

Definition at line 127 of file CurlingTrackCandSplitterModule.h.

◆ m_V

double m_V

V-position.

Definition at line 128 of file CurlingTrackCandSplitterModule.h.


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