Public Member Functions | |
void | add_statistics (unsigned int val) |
void | change_status (int val) |
bool | get_average (double *ave, double *rms) |
int | get_overflow () |
bool | get_reference (double *val, double *rms) |
int | get_statistics () |
int | get_status () |
HcalDetDiagPedestalData () | |
void | reset () |
void | set_data (float val, float rms) |
void | set_reference (float val, float rms) |
void | set_statistics (int stat) |
Public Attributes | |
float | nBadPed |
float | nBadRms |
float | nChecks |
float | nMissing |
float | nUnstable |
Private Attributes | |
int | adc [128] |
float | ds_ped |
float | ds_rms |
bool | IsReference |
int | n |
int | overflow |
float | ref_ped |
float | ref_rms |
int | status |
Definition at line 59 of file HcalDetDiagPedestalMonitor.cc.
|
inline |
|
inline |
Definition at line 72 of file HcalDetDiagPedestalMonitor.cc.
References adc, n, and overflow.
Referenced by HcalDetDiagPedestalMonitor::analyze().
|
inline |
Definition at line 82 of file HcalDetDiagPedestalMonitor.cc.
References status.
Referenced by HcalDetDiagPedestalMonitor::CheckStatus().
|
inline |
Definition at line 92 of file HcalDetDiagPedestalMonitor.cc.
References adc, ds_ped, ds_rms, i, bookConverter::max, mathSSE::sqrt(), and Sum.
Referenced by HcalDetDiagPedestalMonitor::CheckStatus(), HcalDetDiagPedestalMonitor::fillHistos(), and HcalDetDiagPedestalMonitor::SaveReference().
|
inline |
Definition at line 114 of file HcalDetDiagPedestalMonitor.cc.
References overflow.
Referenced by HcalDetDiagPedestalMonitor::CheckStatus().
|
inline |
Definition at line 88 of file HcalDetDiagPedestalMonitor.cc.
References IsReference, ref_ped, and ref_rms.
Referenced by HcalDetDiagPedestalMonitor::CheckStatus().
|
inline |
Definition at line 108 of file HcalDetDiagPedestalMonitor.cc.
References n.
Referenced by HcalDetDiagPedestalMonitor::CheckStatus(), and HcalDetDiagPedestalMonitor::SaveReference().
|
inline |
Definition at line 85 of file HcalDetDiagPedestalMonitor.cc.
References status.
Referenced by HcalDetDiagPedestalMonitor::SaveReference().
|
inline |
Definition at line 68 of file HcalDetDiagPedestalMonitor.cc.
References adc, i, and overflow.
Referenced by HcalDetDiagPedestalData().
|
inline |
Definition at line 79 of file HcalDetDiagPedestalMonitor.cc.
References ds_ped, ds_rms, and plotscripts::rms().
Referenced by HcalDetDiagPedestalMonitor::LoadDataset().
|
inline |
Definition at line 75 of file HcalDetDiagPedestalMonitor.cc.
References IsReference, ref_ped, ref_rms, and plotscripts::rms().
Referenced by HcalDetDiagPedestalMonitor::LoadReference().
|
inline |
Definition at line 111 of file HcalDetDiagPedestalMonitor.cc.
References n.
Referenced by HcalDetDiagPedestalMonitor::LoadDataset().
|
private |
Definition at line 123 of file HcalDetDiagPedestalMonitor.cc.
Referenced by add_statistics(), get_average(), and reset().
|
private |
Definition at line 128 of file HcalDetDiagPedestalMonitor.cc.
Referenced by get_average(), HcalDetDiagPedestalData(), and set_data().
|
private |
Definition at line 129 of file HcalDetDiagPedestalMonitor.cc.
Referenced by get_average(), HcalDetDiagPedestalData(), and set_data().
|
private |
Definition at line 125 of file HcalDetDiagPedestalMonitor.cc.
Referenced by get_reference(), HcalDetDiagPedestalData(), and set_reference().
|
private |
Definition at line 130 of file HcalDetDiagPedestalMonitor.cc.
Referenced by add_statistics(), get_statistics(), HcalDetDiagPedestalData(), and set_statistics().
float HcalDetDiagPedestalData::nBadPed |
Definition at line 120 of file HcalDetDiagPedestalMonitor.cc.
Referenced by HcalDetDiagPedestalMonitor::CheckStatus(), and HcalDetDiagPedestalData().
float HcalDetDiagPedestalData::nBadRms |
Definition at line 121 of file HcalDetDiagPedestalMonitor.cc.
Referenced by HcalDetDiagPedestalMonitor::CheckStatus(), and HcalDetDiagPedestalData().
float HcalDetDiagPedestalData::nChecks |
Definition at line 117 of file HcalDetDiagPedestalMonitor.cc.
Referenced by HcalDetDiagPedestalMonitor::CheckStatus(), and HcalDetDiagPedestalData().
float HcalDetDiagPedestalData::nMissing |
Definition at line 118 of file HcalDetDiagPedestalMonitor.cc.
Referenced by HcalDetDiagPedestalMonitor::CheckStatus(), and HcalDetDiagPedestalData().
float HcalDetDiagPedestalData::nUnstable |
Definition at line 119 of file HcalDetDiagPedestalMonitor.cc.
Referenced by HcalDetDiagPedestalMonitor::CheckStatus(), and HcalDetDiagPedestalData().
|
private |
Definition at line 124 of file HcalDetDiagPedestalMonitor.cc.
Referenced by python.rootplot.utilities.Hist::__init_TGraph(), add_statistics(), get_overflow(), reset(), python.rootplot.utilities.Hist::scale(), and python.rootplot.utilities.Hist::TH1F().
|
private |
Definition at line 126 of file HcalDetDiagPedestalMonitor.cc.
Referenced by get_reference(), and set_reference().
|
private |
Definition at line 127 of file HcalDetDiagPedestalMonitor.cc.
Referenced by get_reference(), and set_reference().
|
private |
Definition at line 131 of file HcalDetDiagPedestalMonitor.cc.
Referenced by dirstructure.Comparison::__make_image(), dirstructure.Comparison::__repr__(), change_status(), get_status(), and HcalDetDiagPedestalData().