Belle II Software development
|
implementation of the first data word More...
Public Attributes | |
unsigned int | sample1: 8 |
1st data sample | |
unsigned int | sample2: 8 |
2nd data sample | |
unsigned int | sample3: 8 |
3rd data sample | |
unsigned int | stripNum: 7 |
Strip number. | |
unsigned int | check: 1 |
MSB "1" - for Data word identification. | |
implementation of the first data word
Definition at line 137 of file SVDPackerModule.h.
unsigned int check |
MSB "1" - for Data word identification.
Definition at line 142 of file SVDPackerModule.h.
unsigned int sample1 |
1st data sample
Definition at line 138 of file SVDPackerModule.h.
unsigned int sample2 |
2nd data sample
Definition at line 139 of file SVDPackerModule.h.
unsigned int sample3 |
3rd data sample
Definition at line 140 of file SVDPackerModule.h.
unsigned int stripNum |
Strip number.
Definition at line 141 of file SVDPackerModule.h.