SND@LHC Software
Loading...
Searching...
No Matches
DataFrame Struct Reference

#include <ShipOnlineDataFormat.h>

Collaboration diagram for DataFrame:

Public Member Functions

int getHitCount ()
 

Public Attributes

DataFrameHeader header
 
RawDataHit hits [0]
 

Detailed Description

Definition at line 23 of file ShipOnlineDataFormat.h.

Member Function Documentation

◆ getHitCount()

int DataFrame::getHitCount ( )
inline

Definition at line 30 of file ShipOnlineDataFormat.h.

30{ return (header.size - sizeof(header)) / sizeof(RawDataHit); }
DataFrameHeader header

Member Data Documentation

◆ header

DataFrameHeader DataFrame::header

Definition at line 24 of file ShipOnlineDataFormat.h.

◆ hits

RawDataHit DataFrame::hits[0]

Definition at line 25 of file ShipOnlineDataFormat.h.


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