![]() |
Belle II Software development
|
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. | |
Cache containing the most important information of this state which will often be needed.
Definition at line 59 of file VXDHoughState.h.
| 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.
| 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.
| float theta = std::numeric_limits<float>::quiet_NaN() |
Theta value of SpacePoint.
Definition at line 67 of file VXDHoughState.h.
| float uTime = std::numeric_limits<float>::quiet_NaN() |
Time of the u-side cluster.
Definition at line 69 of file VXDHoughState.h.
| float vTime = std::numeric_limits<float>::quiet_NaN() |
Time of the v-side cluster.
Definition at line 71 of file VXDHoughState.h.
| float xConformal = std::numeric_limits<float>::quiet_NaN() |
conformal transformed x coordinate of this hit
Definition at line 61 of file VXDHoughState.h.
| float yConformal = std::numeric_limits<float>::quiet_NaN() |
conformal transformed y coordinate of this hit
Definition at line 63 of file VXDHoughState.h.