Belle II Software development
|
Struct to hold data about a sensor. More...
#include <SVDOnlineToOfflineMap.h>
Public Attributes | |
VxdID | m_sensorID |
Sensor ID. | |
bool | m_uSide |
True if u-side of the sensor. | |
bool | m_parallel |
False if numbering is reversed. | |
unsigned short | m_channel0 |
Strip corresponding to channel 0. | |
unsigned short | m_channel127 |
Strip corresponding to channel 127. | |
Struct to hold data about a sensor.
Definition at line 129 of file SVDOnlineToOfflineMap.h.
unsigned short m_channel0 |
Strip corresponding to channel 0.
Definition at line 133 of file SVDOnlineToOfflineMap.h.
unsigned short m_channel127 |
Strip corresponding to channel 127.
Definition at line 134 of file SVDOnlineToOfflineMap.h.
bool m_parallel |
False if numbering is reversed.
Definition at line 132 of file SVDOnlineToOfflineMap.h.
VxdID m_sensorID |
Sensor ID.
Definition at line 130 of file SVDOnlineToOfflineMap.h.
bool m_uSide |
True if u-side of the sensor.
Definition at line 131 of file SVDOnlineToOfflineMap.h.