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

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

#include <UnpackMS.h>

Public Attributes

bool fUseBaselineAvg = true
 Is baseline average function of Spadic activated.
 
float_t fMaxAdcToEnergyCal = 1.0
 max adc to energy in keV
 
uint32_t fNumChansPerAsic = 0
 Number of channels per ASIC.
 
uint32_t fNumAsicsPerModule = 0
 Number of ASICS per module.
 
std::vector< UnpackCrobParfCrobParams = {}
 Parameters for each CROB.
 

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 45 of file trd/UnpackMS.h.

Member Data Documentation

◆ fCrobParams

std::vector<UnpackCrobPar> cbm::algo::trd::UnpackPar::fCrobParams = {}

Parameters for each CROB.

Definition at line 50 of file trd/UnpackMS.h.

◆ fMaxAdcToEnergyCal

float_t cbm::algo::trd::UnpackPar::fMaxAdcToEnergyCal = 1.0

max adc to energy in keV

Definition at line 47 of file trd/UnpackMS.h.

◆ fNumAsicsPerModule

uint32_t cbm::algo::trd::UnpackPar::fNumAsicsPerModule = 0

Number of ASICS per module.

Definition at line 49 of file trd/UnpackMS.h.

◆ fNumChansPerAsic

uint32_t cbm::algo::trd::UnpackPar::fNumChansPerAsic = 0

Number of channels per ASIC.

Definition at line 48 of file trd/UnpackMS.h.

◆ fUseBaselineAvg

bool cbm::algo::trd::UnpackPar::fUseBaselineAvg = true

Is baseline average function of Spadic activated.

Definition at line 46 of file trd/UnpackMS.h.


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