Public Member Functions | Public Attributes | List of all members
cluster::HoughBaseAlg::ChargeInfo_t Struct Reference

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
 

Detailed Description

Data structure collecting charge information to be filled in cluster.

Definition at line 471 of file HoughBaseAlg.h.

Constructor & Destructor Documentation

cluster::HoughBaseAlg::ChargeInfo_t::ChargeInfo_t ( float  in,
float  in_stdev,
float  sum,
float  sum_stdev 
)
inline

Member Data Documentation

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.


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