LArSoft
v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
|
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 555 of file HoughBaseAlg.h.
|
inline |
Definition at line 561 of file HoughBaseAlg.h.
References label, and lar::dump::vector().
float cluster::HoughBaseAlg::ChargeInfo_t::integral = 0.0F |
Definition at line 556 of file HoughBaseAlg.h.
float cluster::HoughBaseAlg::ChargeInfo_t::integral_stddev = 0.0F |
Definition at line 557 of file HoughBaseAlg.h.
float cluster::HoughBaseAlg::ChargeInfo_t::summedADC = 0.0F |
Definition at line 558 of file HoughBaseAlg.h.
float cluster::HoughBaseAlg::ChargeInfo_t::summedADC_stddev = 0.0F |
Definition at line 559 of file HoughBaseAlg.h.