PAASS
Software suite to Acquire and Analyze Data from Pixie16
|
#include <DrrBlock.h>
Data Fields | |
char | initial [12] |
string HHIRFDIR0001 More... | |
int | nHis |
Number of histograms in file. More... | |
int | nHWords |
Number of half-words (2 bytes) in file. More... | |
int | date [6] |
Date 0 YY MM DD HR MN. More... | |
char | description [40] |
Field for text description. More... | |
A drr file header structure. The drr files start with a header. The struct itself is of 84 bytes lenght but it is followed by 44 bytes of garbage (leftovers from previous file?) to make it round 128 bytes as other blocks in file.
Definition at line 18 of file DrrBlock.h.
int DrrHeader::date[6] |
Date 0 YY MM DD HR MN.
Definition at line 26 of file DrrBlock.h.
char DrrHeader::description[40] |
Field for text description.
Definition at line 28 of file DrrBlock.h.
char DrrHeader::initial[12] |
string HHIRFDIR0001
Definition at line 20 of file DrrBlock.h.
int DrrHeader::nHis |
Number of histograms in file.
Definition at line 22 of file DrrBlock.h.
int DrrHeader::nHWords |
Number of half-words (2 bytes) in file.
Definition at line 24 of file DrrBlock.h.