LDMX Software
Public Attributes | List of all members
hcal::HcalPedestalAnalyzer::Channel Struct Reference

Public Attributes

std::vector< int > adcs
 collection of hits accumulated to produce appropriately-binned histograms
 
TH1 * hist
 Histogram, if used.
 
uint64_t sum
 Sum of values.
 
double sum_sq
 Sum of values squared.
 
int entries
 Number of entries.
 
std::vector< int > rejects
 counts of various rejections
 

Detailed Description

Definition at line 17 of file HcalPedestalAnalyzer.h.

Constructor & Destructor Documentation

◆ Channel()

hcal::HcalPedestalAnalyzer::Channel::Channel ( )
inline

Definition at line 18 of file HcalPedestalAnalyzer.h.

18: hist{0}, sum{0}, sum_sq{0}, entries{0}, rejects{4, 0} {}
double sum_sq
Sum of values squared.
std::vector< int > rejects
counts of various rejections

Member Data Documentation

◆ adcs

std::vector<int> hcal::HcalPedestalAnalyzer::Channel::adcs

collection of hits accumulated to produce appropriately-binned histograms

Definition at line 21 of file HcalPedestalAnalyzer.h.

Referenced by hcal::HcalPedestalAnalyzer::analyze().

◆ entries

int hcal::HcalPedestalAnalyzer::Channel::entries

Number of entries.

Definition at line 29 of file HcalPedestalAnalyzer.h.

Referenced by hcal::HcalPedestalAnalyzer::analyze().

◆ hist

TH1* hcal::HcalPedestalAnalyzer::Channel::hist

Histogram, if used.

Definition at line 23 of file HcalPedestalAnalyzer.h.

Referenced by hcal::HcalPedestalAnalyzer::analyze().

◆ rejects

std::vector<int> hcal::HcalPedestalAnalyzer::Channel::rejects

counts of various rejections

Definition at line 31 of file HcalPedestalAnalyzer.h.

Referenced by hcal::HcalPedestalAnalyzer::analyze().

◆ sum

uint64_t hcal::HcalPedestalAnalyzer::Channel::sum

Sum of values.

Definition at line 25 of file HcalPedestalAnalyzer.h.

Referenced by hcal::HcalPedestalAnalyzer::analyze().

◆ sum_sq

double hcal::HcalPedestalAnalyzer::Channel::sum_sq

Sum of values squared.

Definition at line 27 of file HcalPedestalAnalyzer.h.

Referenced by hcal::HcalPedestalAnalyzer::analyze().


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