LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
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 458 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 464 of file HoughBaseAlg.h.

References tca::evt, and lar::dump::vector().

Member Data Documentation

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

Definition at line 459 of file HoughBaseAlg.h.

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

Definition at line 460 of file HoughBaseAlg.h.

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

Definition at line 461 of file HoughBaseAlg.h.

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

Definition at line 462 of file HoughBaseAlg.h.


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