![]() |
Project
|
#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 | |
Definition at line 56 of file CommonModeCorrection.h.
| float o2::tpc::CommonModeCorrection::CMInfo::cmValue {} |
common mode value from pseudo code
Definition at line 57 of file CommonModeCorrection.h.
| float o2::tpc::CommonModeCorrection::CMInfo::cmValueCRU {} |
common mode value from firmware, if available
Definition at line 59 of file CommonModeCorrection.h.
| float o2::tpc::CommonModeCorrection::CMInfo::cmValueStd {} |
std dev of common mode values from pseudo code
Definition at line 58 of file CommonModeCorrection.h.
| uint16_t o2::tpc::CommonModeCorrection::CMInfo::nNeg {} |
number of pads used for sumNeg
Definition at line 63 of file CommonModeCorrection.h.
| uint16_t o2::tpc::CommonModeCorrection::CMInfo::nOccupancy {} |
number of CM corrected pads larger than mOccupancyThreshold
Definition at line 64 of file CommonModeCorrection.h.
| uint16_t o2::tpc::CommonModeCorrection::CMInfo::nPadsUsed {} |
number of pads used for CM calculation
Definition at line 62 of file CommonModeCorrection.h.
| uint16_t o2::tpc::CommonModeCorrection::CMInfo::nSaturation {} |
number of pads in saturation
Definition at line 65 of file CommonModeCorrection.h.
| float o2::tpc::CommonModeCorrection::CMInfo::sumNeg {} |
sum of negative signals <= mSumPosThreshold, corrected for k-factor
Definition at line 61 of file CommonModeCorrection.h.
| float o2::tpc::CommonModeCorrection::CMInfo::sumPos {} |
sum of positive signals > mSumPosThreshold
Definition at line 60 of file CommonModeCorrection.h.