Belle II Software
release-08-01-10
|
Cache containing the most important information of this state which will often be needed. More...
#include <VXDHoughState.h>
Public Attributes | |
float | x = std::numeric_limits<float>::quiet_NaN() |
x coordinate of this hit | |
float | y = std::numeric_limits<float>::quiet_NaN() |
y coordinate of this hit | |
float | z = std::numeric_limits<float>::quiet_NaN() |
z coordinate of this hit | |
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 | localNormalizedv = std::numeric_limits<float>::quiet_NaN() |
Local normalized vCoordinate of this state, only set if based on SpacePoint. | |
float | sensorCenterPhi = std::numeric_limits<float>::quiet_NaN() |
Phi value of SpacePoint. | |
float | phi = std::numeric_limits<float>::quiet_NaN() |
Phi value of 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. | |
unsigned short | ladder = std::numeric_limits<unsigned short>::quiet_NaN() |
Ladder this state is based on (only use for SpacePoint based states) | |
VxdID | sensorID = 0 |
SensorID of this hit. | |
Cache containing the most important information of this state which will often be needed.
Definition at line 70 of file VXDHoughState.h.