Belle II Software development
|
implementation of the second data word More...
Public Attributes | |
unsigned int | sample4: 8 |
4th data sample | |
unsigned int | sample5: 8 |
5th data sample | |
unsigned int | sample6: 8 |
6th data sample | |
unsigned int | stripNum: 7 |
Strip number. | |
unsigned int | check: 1 |
MSB "1" - for Data word identification. | |
implementation of the second data word
Definition at line 146 of file SVDPackerModule.h.
unsigned int check |
MSB "1" - for Data word identification.
Definition at line 151 of file SVDPackerModule.h.
unsigned int sample4 |
4th data sample
Definition at line 147 of file SVDPackerModule.h.
unsigned int sample5 |
5th data sample
Definition at line 148 of file SVDPackerModule.h.
unsigned int sample6 |
6th data sample
Definition at line 149 of file SVDPackerModule.h.
unsigned int stripNum |
Strip number.
Definition at line 150 of file SVDPackerModule.h.