Belle II Software  release-08-01-10
dhc_ghost_frame Struct Reference

DHC Ghost frame data struct. More...

#include <PXDRawDataStructs.h>

Collaboration diagram for dhc_ghost_frame:

Public Member Functions

unsigned int getFixedSize (void) const
 fixed length More...
 
void print (void) const
 print
 
unsigned short getDHEId (void) const
 get DHE Id (from word0)
 
unsigned short getDHPPort (void) const
 get DDHP port (from word0)
 
unsigned short getErrorBits (void) const
 get Error Bits
 

Public Attributes

const dhc_frame_header_word0 word0
 word0
 
const ubig16_t trigger_nr_lo
 trigger_nr_lo
 
const unsigned int crc32
 crc32
 

Detailed Description

DHC Ghost frame data struct.

Encapsules the access for different bits and data words See Data format definitions [BELLE2-NOTE-TE-2016-009] on https://docs.belle2.org/

Definition at line 432 of file PXDRawDataStructs.h.

Member Function Documentation

◆ getFixedSize()

unsigned int getFixedSize ( void  ) const
inline

fixed length

get fixed size

Definition at line 439 of file PXDRawDataStructs.h.

440  {
441  return 8;
442  };

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