Project
Loading...
Searching...
No Matches
o2::tpc::CommonModeCorrection::CMInfo Struct Reference

#include <CommonModeCorrection.h>

Public Attributes

float cmValue {}
 common mode value from pseudo code
 
float cmValueStd {}
 std dev of common mode values from pseudo code
 
float cmValueCRU {}
 common mode value from firmware, if available
 
float sumPos {}
 sum of positive signals > mSumPosThreshold
 
float sumNeg {}
 sum of negative signals <= mSumPosThreshold, corrected for k-factor
 
uint16_t nPadsUsed {}
 number of pads used for CM calculation
 
uint16_t nNeg {}
 number of pads used for sumNeg
 
uint16_t nOccupancy {}
 number of CM corrected pads larger than mOccupancyThreshold
 
uint16_t nSaturation {}
 number of pads in saturation
 

Detailed Description

Definition at line 56 of file CommonModeCorrection.h.

Member Data Documentation

◆ cmValue

float o2::tpc::CommonModeCorrection::CMInfo::cmValue {}

common mode value from pseudo code

Definition at line 57 of file CommonModeCorrection.h.

◆ cmValueCRU

float o2::tpc::CommonModeCorrection::CMInfo::cmValueCRU {}

common mode value from firmware, if available

Definition at line 59 of file CommonModeCorrection.h.

◆ cmValueStd

float o2::tpc::CommonModeCorrection::CMInfo::cmValueStd {}

std dev of common mode values from pseudo code

Definition at line 58 of file CommonModeCorrection.h.

◆ nNeg

uint16_t o2::tpc::CommonModeCorrection::CMInfo::nNeg {}

number of pads used for sumNeg

Definition at line 63 of file CommonModeCorrection.h.

◆ nOccupancy

uint16_t o2::tpc::CommonModeCorrection::CMInfo::nOccupancy {}

number of CM corrected pads larger than mOccupancyThreshold

Definition at line 64 of file CommonModeCorrection.h.

◆ nPadsUsed

uint16_t o2::tpc::CommonModeCorrection::CMInfo::nPadsUsed {}

number of pads used for CM calculation

Definition at line 62 of file CommonModeCorrection.h.

◆ nSaturation

uint16_t o2::tpc::CommonModeCorrection::CMInfo::nSaturation {}

number of pads in saturation

Definition at line 65 of file CommonModeCorrection.h.

◆ sumNeg

float o2::tpc::CommonModeCorrection::CMInfo::sumNeg {}

sum of negative signals <= mSumPosThreshold, corrected for k-factor

Definition at line 61 of file CommonModeCorrection.h.

◆ sumPos

float o2::tpc::CommonModeCorrection::CMInfo::sumPos {}

sum of positive signals > mSumPosThreshold

Definition at line 60 of file CommonModeCorrection.h.


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