Belle II Software development
VXDHoughState::DataCache Struct Reference

Cache containing the most important information of this state which will often be needed. More...

#include <VXDHoughState.h>

Public Attributes

float xConformal = std::numeric_limits<float>::quiet_NaN()
 conformal transformed x coordinate of this hit
 
float yConformal = std::numeric_limits<float>::quiet_NaN()
 conformal transformed y coordinate of this hit
 
float localNormalizedu = std::numeric_limits<float>::quiet_NaN()
 Local normalized uCoordinate of this state, only set if based on SpacePoint.
 
float theta = std::numeric_limits<float>::quiet_NaN()
 Theta value of SpacePoint.
 
float uTime = std::numeric_limits<float>::quiet_NaN()
 Time of the u-side cluster.
 
float vTime = std::numeric_limits<float>::quiet_NaN()
 Time of the v-side cluster.
 
unsigned short layer = std::numeric_limits<unsigned short>::quiet_NaN()
 Geometrical Layer this state is based on.
 

Detailed Description

Cache containing the most important information of this state which will often be needed.

Definition at line 59 of file VXDHoughState.h.

Member Data Documentation

◆ layer

unsigned short layer = std::numeric_limits<unsigned short>::quiet_NaN()

Geometrical Layer this state is based on.

Definition at line 73 of file VXDHoughState.h.

◆ localNormalizedu

float localNormalizedu = std::numeric_limits<float>::quiet_NaN()

Local normalized uCoordinate of this state, only set if based on SpacePoint.

Definition at line 65 of file VXDHoughState.h.

◆ theta

float theta = std::numeric_limits<float>::quiet_NaN()

Theta value of SpacePoint.

Definition at line 67 of file VXDHoughState.h.

◆ uTime

float uTime = std::numeric_limits<float>::quiet_NaN()

Time of the u-side cluster.

Definition at line 69 of file VXDHoughState.h.

◆ vTime

float vTime = std::numeric_limits<float>::quiet_NaN()

Time of the v-side cluster.

Definition at line 71 of file VXDHoughState.h.

◆ xConformal

float xConformal = std::numeric_limits<float>::quiet_NaN()

conformal transformed x coordinate of this hit

Definition at line 61 of file VXDHoughState.h.

◆ yConformal

float yConformal = std::numeric_limits<float>::quiet_NaN()

conformal transformed y coordinate of this hit

Definition at line 63 of file VXDHoughState.h.


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