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

#include <ReadoutConfig.h>

Public Member Functions

 CBM_YAML_PROPERTIES (yaml::Property(&ChanNoise::tDelay, "delay", "time delay wrt the causing signal"), yaml::Property(&ChanNoise::tWindow, "window", "time window for noise signal search"), yaml::Property(&ChanNoise::lDThres, "dnoise", "Max signal value for cutting dynamic noise signals"), yaml::Property(&ChanNoise::lSThres, "snoise", "Max signal value for cutting static noise signals"))
 threshold [ADU] for static channel noise (happens independently)
 

Public Attributes

uint16_t tDelay
 
uint16_t tWindow
 time [clk] delay wrt to causing primary signal
 
uint16_t lDThres
 time [clk] window to search for noisy signal
 
uint16_t lSThres
 Threshold [ADU] for dynamic channel noise.
 

Detailed Description

Definition at line 151 of file trd2d/ReadoutConfig.h.

Member Function Documentation

◆ CBM_YAML_PROPERTIES()

cbm::algo::trd2d::ReadoutCalib::ChanNoise::CBM_YAML_PROPERTIES ( yaml::Property &::, "", " " signal,
yaml::Property &::, "", " " search,
yaml::Property &::, "", " " signals,
yaml::Property &::, "", " " signals )

threshold [ADU] for static channel noise (happens independently)

Member Data Documentation

◆ lDThres

uint16_t cbm::algo::trd2d::ReadoutCalib::ChanNoise::lDThres

time [clk] window to search for noisy signal

Definition at line 154 of file trd2d/ReadoutConfig.h.

◆ lSThres

uint16_t cbm::algo::trd2d::ReadoutCalib::ChanNoise::lSThres

Threshold [ADU] for dynamic channel noise.

Definition at line 155 of file trd2d/ReadoutConfig.h.

◆ tDelay

uint16_t cbm::algo::trd2d::ReadoutCalib::ChanNoise::tDelay

Definition at line 152 of file trd2d/ReadoutConfig.h.

◆ tWindow

uint16_t cbm::algo::trd2d::ReadoutCalib::ChanNoise::tWindow

time [clk] delay wrt to causing primary signal

Definition at line 153 of file trd2d/ReadoutConfig.h.


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