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

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>

Collaboration diagram for ITkStripFrontEndData:

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

Detailed Description

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.

Member Data Documentation

◆ m_Analogue

std::array<std::vector<float>, 3> ITkStripFrontEndData::m_Analogue {}

To hold the noise and amplifier response.

Definition at line 36 of file ITkStripFrontEnd.h.

◆ m_GainFactor

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.

◆ m_StripHitsOnWafer

std::vector<int> ITkStripFrontEndData::m_StripHitsOnWafer

Info about which strips are above threshold.

Definition at line 37 of file ITkStripFrontEnd.h.


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