|
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().