Structure wrappedTrends Contains the ensemble vs run number of the alignmentTrend characterization. More...
#include <PreparePVTrends.h>
Public Member Functions | |
alignmentTrend | getChi2 () const |
alignmentTrend | getHigh () const |
alignmentTrend | getHighErr () const |
alignmentTrend | getKS () const |
alignmentTrend | getLow () const |
alignmentTrend | getLowErr () const |
alignmentTrend | getMean () const |
wrappedTrends (alignmentTrend mean, alignmentTrend low, alignmentTrend high, alignmentTrend lowerr, alignmentTrend higherr, alignmentTrend chi2, alignmentTrend KS) | |
Constructor of structure wrappedTrends, initialising all members from DMRs directly (with split) More... | |
Private Attributes | |
alignmentTrend | m_chi2 |
alignmentTrend | m_high |
alignmentTrend | m_higherr |
alignmentTrend | m_KS |
alignmentTrend | m_low |
alignmentTrend | m_lowerr |
alignmentTrend | m_mean |
Structure wrappedTrends Contains the ensemble vs run number of the alignmentTrend characterization.
mean | alignmentTrend of the mean value of the profile points |
low | alignmentTrend of the lowest value of the profle points |
high | alignmentTrend of the highest value of the profile points |
lowerr | alignmentTrend of the difference between the lowest value and the mean of the profile points |
higherr | alignmentTrend of the difference between the highest value and the mean of the profile points |
chi2 | alignmentTrend of the chi2 value of a linear fit to the profile points |
KS | alignmentTrend of the Kolmogorow-Smirnov score of the comarison of the profile points to a flat line |
Definition at line 167 of file PreparePVTrends.h.
|
inline |
Constructor of structure wrappedTrends, initialising all members from DMRs directly (with split)
Definition at line 172 of file PreparePVTrends.h.
References nano_mu_local_reco_cff::chi2, LaserClient_cfi::high, logInfo, LaserClient_cfi::low, and SiStripPI::mean.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 204 of file PreparePVTrends.h.
|
private |
Definition at line 201 of file PreparePVTrends.h.
|
private |
Definition at line 203 of file PreparePVTrends.h.
|
private |
Definition at line 205 of file PreparePVTrends.h.
|
private |
Definition at line 200 of file PreparePVTrends.h.
|
private |
Definition at line 202 of file PreparePVTrends.h.
|
private |
Definition at line 199 of file PreparePVTrends.h.