|
MarlinTPC
1.2.0
|
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_t * | PedestalCol |
| Vector to store calculated pedestal information in StcPedestal structs (contains value and width). More... | |
| StcPedestal * | Average |
| Average of the PedestalCol vector. | |
| StcPedestal * | AverageError |
| Average error of the PedestalCol vector. | |
Structure to store the pedestal of a channel and other needed informations during internal calculations.
| PedestalVector_t* marlintpc::PedestalCalculator::ChannelPedestal::PedestalCol |
Vector to store calculated pedestal information in StcPedestal structs (contains value and width).
Referenced by marlintpc::PedestalCalculator::calcAverage().
1.8.6