ATLAS Offline Software
Public Attributes | List of all members
SCT_FrontEndData Struct Reference

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>

Collaboration diagram for SCT_FrontEndData:

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...
 

Detailed Description

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.

Member Data Documentation

◆ m_Analogue

std::vector<double> SCT_FrontEndData::m_Analogue[3]

To hold the noise and amplifier response.

Definition at line 66 of file SCT_FrontEnd.h.

◆ m_GainFactor

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.

◆ m_StripHitsOnWafer

std::vector<int> SCT_FrontEndData::m_StripHitsOnWafer

Info about which strips are above threshold.

Definition at line 67 of file SCT_FrontEnd.h.


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