CbmRoot
Loading...
Searching...
No Matches
cbm::algo::trd2d::UnpackPar Struct Reference

Parameters required for the TRD unpacking (specific to one component) More...

#include <UnpackMS.h>

Public Attributes

int32_t fSystemTimeOffset = 0
 Time calibration parameter.
 
uint16_t fModId = 0
 Module ID of component.
 
uint8_t fCrobId = 0
 CROB ID of component.
 
std::vector< UnpackAsicParfAsicParams = {}
 Parameters for each ASIC.
 

Detailed Description

Parameters required for the TRD unpacking (specific to one component)

Author
Dominik Smith d.smi.nosp@m.th@g.nosp@m.si.de
Since
31 January 2023

Definition at line 69 of file trd2d/UnpackMS.h.

Member Data Documentation

◆ fAsicParams

std::vector<UnpackAsicPar> cbm::algo::trd2d::UnpackPar::fAsicParams = {}

Parameters for each ASIC.

Definition at line 73 of file trd2d/UnpackMS.h.

Referenced by cbm::algo::trd2d::UnpackMS::pushDigis().

◆ fCrobId

uint8_t cbm::algo::trd2d::UnpackPar::fCrobId = 0

CROB ID of component.

Definition at line 72 of file trd2d/UnpackMS.h.

Referenced by cbm::algo::trd2d::UnpackMS::operator()().

◆ fModId

uint16_t cbm::algo::trd2d::UnpackPar::fModId = 0

Module ID of component.

Definition at line 71 of file trd2d/UnpackMS.h.

Referenced by cbm::algo::trd2d::UnpackMS::pushDigis().

◆ fSystemTimeOffset

int32_t cbm::algo::trd2d::UnpackPar::fSystemTimeOffset = 0

Time calibration parameter.

Definition at line 70 of file trd2d/UnpackMS.h.

Referenced by cbm::algo::trd2d::UnpackMS::operator()().


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