GRSISort
Created by P.C. Bender
Developement Team: P.C. Bender, R. Dunlop, V. Bildstein
An extension of the ROOT analysis Framework
RlmdBufferHeader Struct Reference

Definition at line 81 of file TRlmdFile.h.

Public Attributes

uint32_t bufferNumTS
 
uint16_t dataLength
 
uint8_t fragment
 
uint32_t free [7]
 
uint8_t lastFragment
 
uint32_t numberOfFragments
 
uint16_t subType
 
uint16_t totalLength
 
uint16_t type
 
uint16_t usedLength
 

#include <TRlmdFile.h>

Member Data Documentation

◆ bufferNumTS

uint32_t RlmdBufferHeader::bufferNumTS

Definition at line 89 of file TRlmdFile.h.

◆ dataLength

uint16_t RlmdBufferHeader::dataLength

Definition at line 82 of file TRlmdFile.h.

Referenced by TRlmdFile::Read().

◆ fragment

uint8_t RlmdBufferHeader::fragment

Definition at line 87 of file TRlmdFile.h.

◆ free

uint32_t RlmdBufferHeader::free[7]

Definition at line 91 of file TRlmdFile.h.

◆ lastFragment

uint8_t RlmdBufferHeader::lastFragment

Definition at line 88 of file TRlmdFile.h.

◆ numberOfFragments

uint32_t RlmdBufferHeader::numberOfFragments

Definition at line 90 of file TRlmdFile.h.

◆ subType

uint16_t RlmdBufferHeader::subType

Definition at line 85 of file TRlmdFile.h.

◆ totalLength

uint16_t RlmdBufferHeader::totalLength

Definition at line 83 of file TRlmdFile.h.

◆ type

uint16_t RlmdBufferHeader::type

Definition at line 84 of file TRlmdFile.h.

Referenced by TRlmdFile::Read().

◆ usedLength

uint16_t RlmdBufferHeader::usedLength

Definition at line 86 of file TRlmdFile.h.