All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 475 of file HoughBaseAlg.h.

Constructor & Destructor Documentation

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

Definition at line 481 of file HoughBaseAlg.h.

482  : integral(in), integral_stddev(in_stdev), summedADC(sum), summedADC_stddev(sum_stdev)
483  {}
if &&[-z"$BASH_VERSION"] then echo Attempting to switch to bash bash shellSwitch exit fi &&["$1"= 'shellSwitch'] shift declare a IncludeDirectives for Dir in

Member Data Documentation

float cluster::HoughBaseAlg::ChargeInfo_t::integral = 0.0F

Definition at line 476 of file HoughBaseAlg.h.

float cluster::HoughBaseAlg::ChargeInfo_t::integral_stddev = 0.0F

Definition at line 477 of file HoughBaseAlg.h.

float cluster::HoughBaseAlg::ChargeInfo_t::summedADC = 0.0F

Definition at line 478 of file HoughBaseAlg.h.

float cluster::HoughBaseAlg::ChargeInfo_t::summedADC_stddev = 0.0F

Definition at line 479 of file HoughBaseAlg.h.


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