ATLAS Offline Software
|
simulation of the SCT front-end electronics working as a SiPreDigitsProcessor models response of ABCD chip amplifiers to collected charges, also does cross-talk, offset variation and gain variation, in a correlated way More...
#include <SCT_FrontEnd.h>
Public Attributes | |
std::vector< float > | m_GainFactor |
generate gain per channel (added to the gain per chip from calib data) More... | |
std::vector< double > | m_Analogue [3] |
To hold the noise and amplifier response. More... | |
std::vector< int > | m_StripHitsOnWafer |
Info about which strips are above threshold. More... | |
simulation of the SCT front-end electronics working as a SiPreDigitsProcessor models response of ABCD chip amplifiers to collected charges, also does cross-talk, offset variation and gain variation, in a correlated way
Definition at line 64 of file SCT_FrontEnd.h.
std::vector<double> SCT_FrontEndData::m_Analogue[3] |
To hold the noise and amplifier response.
Definition at line 66 of file SCT_FrontEnd.h.
std::vector<float> SCT_FrontEndData::m_GainFactor |
generate gain per channel (added to the gain per chip from calib data)
Definition at line 65 of file SCT_FrontEnd.h.
std::vector<int> SCT_FrontEndData::m_StripHitsOnWafer |
Info about which strips are above threshold.
Definition at line 67 of file SCT_FrontEnd.h.