Structure biases Contains characterization of a single run PV bias plot. More...
#include <PreparePVTrends.h>
Public Member Functions | |
biases (double mean, double rms, double wmean, double wrms, double min, double max, double chi2, int ndf, double ks) | |
biases () | |
double | getChi2 () |
double | getChi2Prob () |
double | getKSScore () |
double | getMax () |
double | getMean () |
double | getMin () |
double | getNDF () |
double | getNormChi2 () |
double | getRMS () |
double | getWeightedMean () |
double | getWeightedRMS () |
void | init () |
initialising all members one by one More... | |
Private Attributes | |
double | m_chi2 |
double | m_ks |
double | m_max |
double | m_mean |
double | m_min |
int | m_ndf |
double | m_rms |
double | m_w_mean |
double | m_w_rms |
Structure biases Contains characterization of a single run PV bias plot.
m_mean | mean value of the profile points |
m_rms | RMS value of the profle points |
m_w_mean | mean weighted on the errors |
m_w_rms | RMS weighted on the errors |
m_min | minimum of the profile |
m_max | maximum of the profile |
m_chi2 | chi2 of a liner fit |
m_ndf | number of the dof of the linear fit |
m_ks | Kolmogorov-Smirnov score of comparison with flat line |
Definition at line 97 of file PreparePVTrends.h.
|
inline |
Definition at line 99 of file PreparePVTrends.h.
References nano_mu_local_reco_cff::chi2, SiStripPI::max, SiStripPI::mean, SiStripPI::min, SiStripPI::rms, and plotscripts::wmean().
|
inline |
|
inline |
Definition at line 136 of file PreparePVTrends.h.
|
inline |
Definition at line 139 of file PreparePVTrends.h.
|
inline |
Definition at line 140 of file PreparePVTrends.h.
|
inline |
Definition at line 135 of file PreparePVTrends.h.
|
inline |
Definition at line 130 of file PreparePVTrends.h.
|
inline |
Definition at line 134 of file PreparePVTrends.h.
|
inline |
Definition at line 137 of file PreparePVTrends.h.
|
inline |
Definition at line 138 of file PreparePVTrends.h.
|
inline |
Definition at line 132 of file PreparePVTrends.h.
|
inline |
Definition at line 131 of file PreparePVTrends.h.
|
inline |
Definition at line 133 of file PreparePVTrends.h.
|
inline |
|
private |
Definition at line 149 of file PreparePVTrends.h.
|
private |
Definition at line 151 of file PreparePVTrends.h.
|
private |
Definition at line 145 of file PreparePVTrends.h.
|
private |
Definition at line 143 of file PreparePVTrends.h.
|
private |
Definition at line 144 of file PreparePVTrends.h.
|
private |
Definition at line 150 of file PreparePVTrends.h.
|
private |
Definition at line 146 of file PreparePVTrends.h.
|
private |
Definition at line 147 of file PreparePVTrends.h.
|
private |
Definition at line 148 of file PreparePVTrends.h.