MarlinTPC  1.2.0
Public Attributes | List of all members
marlintpc::PedestalCalculator::ChannelPedestal Struct Reference

Structure to store the pedestal of a channel and other needed informations during internal calculations. More...

#include <PedestalCalculator.h>

Public Attributes

int ChannelID
 Hardware channel ID.
 
int ReadoutGroup
 Hardware readout Group ID.
 
FloatVec * Data
 Vector of raw ADC data.
 
PedestalVector_tPedestalCol
 Vector to store calculated pedestal information in StcPedestal structs (contains value and width). More...
 
StcPedestalAverage
 Average of the PedestalCol vector.
 
StcPedestalAverageError
 Average error of the PedestalCol vector.
 

Detailed Description

Structure to store the pedestal of a channel and other needed informations during internal calculations.

Member Data Documentation

PedestalVector_t* marlintpc::PedestalCalculator::ChannelPedestal::PedestalCol

Vector to store calculated pedestal information in StcPedestal structs (contains value and width).

Referenced by marlintpc::PedestalCalculator::calcAverage().


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