PAASS
Software suite to Acquire and Analyze Data from Pixie16
|
#include <DrrBlock.h>
Public Member Functions | |
DrrHisRecordExtended & | operator= (const DrrHisRecord &right) |
DrrHisRecordExtended & | operator= (const DrrHisRecordExtended &right) |
Data Fields | |
int | hisID |
![]() | |
short | hisDim |
Number of dimensions. More... | |
short | halfWords |
Number of half-words (2 bytes) per channel. More... | |
short | params [4] |
Parameter id numbers, for each dimension (up to 4) More... | |
short | raw [4] |
Raw length. More... | |
short | scaled [4] |
Scaled length. More... | |
short | minc [4] |
Min channel number. More... | |
short | maxc [4] |
Max channel number. More... | |
int | offset |
Location in his file (in 2-bytes units) More... | |
char | xlabel [12] |
X axis label. More... | |
char | ylabel [12] |
Y axis label. More... | |
float | calcon [4] |
Calibration for X axis. More... | |
char | title [40] |
Title. More... | |
DrrHisRecord plus hisID. Structure extending DrrHisRecord by hisID which is found at the end of drr file (block of 128 contains 32 record -> 4 bytes long id's)
Definition at line 67 of file DrrBlock.h.
|
inline |
Copies DrrHisRecord to DrrHisRecordExtended, hisID is left uninitialized.
Definition at line 73 of file DrrBlock.h.
|
inline |
Operator =
Definition at line 99 of file DrrBlock.h.
int DrrHisRecordExtended::hisID |
Histogram ID
Definition at line 69 of file DrrBlock.h.