PAASS
Software suite to Acquire and Analyze Data from Pixie16
DrrHeader Struct Reference

#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...
 

Detailed Description

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.

Field Documentation

§ date

int DrrHeader::date[6]

Date 0 YY MM DD HR MN.

Definition at line 26 of file DrrBlock.h.

§ description

char DrrHeader::description[40]

Field for text description.

Definition at line 28 of file DrrBlock.h.

§ initial

char DrrHeader::initial[12]

string HHIRFDIR0001

Definition at line 20 of file DrrBlock.h.

§ nHis

int DrrHeader::nHis

Number of histograms in file.

Definition at line 22 of file DrrBlock.h.

§ nHWords

int DrrHeader::nHWords

Number of half-words (2 bytes) in file.

Definition at line 24 of file DrrBlock.h.


The documentation for this struct was generated from the following file: