Data structure collecting charge information to be filled in cluster. More...
#include <HoughBaseAlg.h>
Public Member Functions | |
ChargeInfo_t (float in, float in_stdev, float sum, float sum_stdev) | |
Public Attributes | |
float | integral = 0.0F |
float | integral_stddev = 0.0F |
float | summedADC = 0.0F |
float | summedADC_stddev = 0.0F |
Data structure collecting charge information to be filled in cluster.
Definition at line 471 of file HoughBaseAlg.h.
|
inline |
Definition at line 477 of file HoughBaseAlg.h.
float cluster::HoughBaseAlg::ChargeInfo_t::integral = 0.0F |
Definition at line 472 of file HoughBaseAlg.h.
float cluster::HoughBaseAlg::ChargeInfo_t::integral_stddev = 0.0F |
Definition at line 473 of file HoughBaseAlg.h.
float cluster::HoughBaseAlg::ChargeInfo_t::summedADC = 0.0F |
Definition at line 474 of file HoughBaseAlg.h.
float cluster::HoughBaseAlg::ChargeInfo_t::summedADC_stddev = 0.0F |
Definition at line 475 of file HoughBaseAlg.h.