LDMX Software
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: