This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
pre-unpacker [2017/06/18 18:50] pereira [Using the Sweeper Pre-unpacker] |
pre-unpacker [2017/06/26 13:24] (current) pereira [Substructure fpic] |
||
|---|---|---|---|
| Line 83: | Line 83: | ||
| This substructure contains information about the focal-plane ion chamber | This substructure contains information about the focal-plane ion chamber | ||
| * **fpic.hasdata** (bool): logic variable which is TRUE when the structure contains valid data | * **fpic.hasdata** (bool): logic variable which is TRUE when the structure contains valid data | ||
| - | * **fpsci.raw[0-15]** (uint16_t): energy array (Phillips 7164 ADC module) from each of the 16 detector pads | + | * **fpic.raw[0-15]** (uint16_t): energy array (Phillips 7164 ADC module) from each of the 16 detector pads |
| Line 113: | Line 113: | ||
| * **mtdc.hasdata** (bool): logic variable which is TRUE when the structure contains valid data | * **mtdc.hasdata** (bool): logic variable which is TRUE when the structure contains valid data | ||
| - | * **hits.data[0-31]** (uint16_t): array with number of " | + | * **hits[0-31]** (uint16_t): array with number of " |
| - | * **hits.raw[0-31]** (uint16_t): array with time of first hit of each channel | + | * **raw[0-31]** (uint16_t): array with time of first hit of each channel |
| - | * **hits.data[0-31][maximum number-of-hits=31]** (uint16_t): array with times for each hit and channel | + | * **data[0-31][maximum number-of-hits=31]** (uint16_t): array with times for each hit and channel |