HIPO  4.3.0
High Performance Output data format for experimental physics
hipo::recordInfo_t Struct Reference

Metadata for a single record in a HIPO file. More...

#include <reader.h>

Public Attributes

long recordPosition {}
 Byte position of the record in the file. More...
 
int recordLength {}
 Total record length in bytes. More...
 
int recordEntries {}
 Number of events in the record. More...
 
long userWordOne {}
 First user-defined word. More...
 
long userWordTwo {}
 Second user-defined word. More...
 

Detailed Description

Metadata for a single record in a HIPO file.

Definition at line 146 of file reader.h.

Member Data Documentation

◆ recordEntries

int hipo::recordInfo_t::recordEntries {}

Number of events in the record.

Definition at line 149 of file reader.h.

◆ recordLength

int hipo::recordInfo_t::recordLength {}

Total record length in bytes.

Definition at line 148 of file reader.h.

◆ recordPosition

long hipo::recordInfo_t::recordPosition {}

Byte position of the record in the file.

Definition at line 147 of file reader.h.

◆ userWordOne

long hipo::recordInfo_t::userWordOne {}

First user-defined word.

Definition at line 150 of file reader.h.

◆ userWordTwo

long hipo::recordInfo_t::userWordTwo {}

Second user-defined word.

Definition at line 151 of file reader.h.


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