LDMX Software
|
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 | |
Definition at line 17 of file HcalPedestalAnalyzer.h.
|
inline |
Definition at line 18 of file HcalPedestalAnalyzer.h.
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().
int hcal::HcalPedestalAnalyzer::Channel::entries |
Number of entries.
Definition at line 29 of file HcalPedestalAnalyzer.h.
Referenced by hcal::HcalPedestalAnalyzer::analyze().
TH1* hcal::HcalPedestalAnalyzer::Channel::hist |
Histogram, if used.
Definition at line 23 of file HcalPedestalAnalyzer.h.
Referenced by hcal::HcalPedestalAnalyzer::analyze().
std::vector<int> hcal::HcalPedestalAnalyzer::Channel::rejects |
counts of various rejections
Definition at line 31 of file HcalPedestalAnalyzer.h.
Referenced by hcal::HcalPedestalAnalyzer::analyze().
uint64_t hcal::HcalPedestalAnalyzer::Channel::sum |
Sum of values.
Definition at line 25 of file HcalPedestalAnalyzer.h.
Referenced by hcal::HcalPedestalAnalyzer::analyze().
double hcal::HcalPedestalAnalyzer::Channel::sum_sq |
Sum of values squared.
Definition at line 27 of file HcalPedestalAnalyzer.h.
Referenced by hcal::HcalPedestalAnalyzer::analyze().