![]() |
ATLAS Offline Software
|
simulation of the ITk Strips front-end electronics working as a SiPreDigitsProcessor models response of ABCstar chip amplifiers to collected charges, also does cross-talk, offset variation and gain variation, in a correlated way More...
#include <ITkStripFrontEnd.h>
Public Attributes | |
std::vector< float > | m_GainFactor |
generate gain per channel (added to the gain per chip from calib data) More... | |
std::array< std::vector< float >, 3 > | m_Analogue {} |
To hold the noise and amplifier response. More... | |
std::vector< int > | m_StripHitsOnWafer |
Info about which strips are above threshold. More... | |
simulation of the ITk Strips front-end electronics working as a SiPreDigitsProcessor models response of ABCstar chip amplifiers to collected charges, also does cross-talk, offset variation and gain variation, in a correlated way
Definition at line 34 of file ITkStripFrontEnd.h.
std::array<std::vector<float>, 3> ITkStripFrontEndData::m_Analogue {} |
To hold the noise and amplifier response.
Definition at line 36 of file ITkStripFrontEnd.h.
std::vector<float> ITkStripFrontEndData::m_GainFactor |
generate gain per channel (added to the gain per chip from calib data)
Definition at line 35 of file ITkStripFrontEnd.h.
std::vector<int> ITkStripFrontEndData::m_StripHitsOnWafer |
Info about which strips are above threshold.
Definition at line 37 of file ITkStripFrontEnd.h.