CbmRoot
|
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< UnpackCrobPar > | fCrobParams = {} |
Parameters for each CROB. | |
Parameters required for the TRD unpacking (specific to one component)
Definition at line 45 of file trd/UnpackMS.h.
std::vector<UnpackCrobPar> cbm::algo::trd::UnpackPar::fCrobParams = {} |
Parameters for each CROB.
Definition at line 50 of file trd/UnpackMS.h.
float_t cbm::algo::trd::UnpackPar::fMaxAdcToEnergyCal = 1.0 |
max adc to energy in keV
Definition at line 47 of file trd/UnpackMS.h.
uint32_t cbm::algo::trd::UnpackPar::fNumAsicsPerModule = 0 |
Number of ASICS per module.
Definition at line 49 of file trd/UnpackMS.h.
uint32_t cbm::algo::trd::UnpackPar::fNumChansPerAsic = 0 |
Number of channels per ASIC.
Definition at line 48 of file trd/UnpackMS.h.
bool cbm::algo::trd::UnpackPar::fUseBaselineAvg = true |
Is baseline average function of Spadic activated.
Definition at line 46 of file trd/UnpackMS.h.