Structure outPVtrends Contains the ensemble of all the alignmentTrends built by the functor. More...
#include <OutPVtrends.h>
Public Member Functions | |
void | init () |
outPVtrends () | |
Public Attributes | |
alignmentTrend | m_dxyEtaChi2 |
alignmentTrend | m_dxyEtaHi |
alignmentTrend | m_dxyEtaKS |
alignmentTrend | m_dxyEtaLo |
alignmentTrend | m_dxyEtaMeans |
alignmentTrend | m_dxyPhiChi2 |
alignmentTrend | m_dxyPhiHi |
alignmentTrend | m_dxyPhiKS |
alignmentTrend | m_dxyPhiLo |
alignmentTrend | m_dxyPhiMeans |
std::map< TString, std::vector< unrolledHisto > > | m_dxyVect |
alignmentTrend | m_dzEtaChi2 |
alignmentTrend | m_dzEtaHi |
alignmentTrend | m_dzEtaKS |
alignmentTrend | m_dzEtaLo |
alignmentTrend | m_dzEtaMeans |
alignmentTrend | m_dzPhiChi2 |
alignmentTrend | m_dzPhiHi |
alignmentTrend | m_dzPhiKS |
alignmentTrend | m_dzPhiLo |
alignmentTrend | m_dzPhiMeans |
std::map< TString, std::vector< unrolledHisto > > | m_dzVect |
int | m_index |
std::vector< double > | m_runs |
Structure outPVtrends Contains the ensemble of all the alignmentTrends built by the functor.
m_index | int, to keep track of which chunk of data has been processed |
m_runs | std::vector, list of the run processed in this section |
m_dxyPhiMeans | alignmentTrend of the mean values of the profile dxy vs phi |
m_dxyPhiChi2 | alignmentTrend of chi2 of the linear fit per profile dxy vs phi |
m_dxyPhiKS | alignmentTrend of Kolmogorow-Smirnov score of comparison of dxy vs phi profile with flat line |
m_dxyPhiHi | alignmentTrend of the highest value of the profile dxy vs phi |
m_dxyPhiLo | alignmentTrend of the lowest value of the profile dxy vs phi |
m_dxyEtaMeans | alignmentTrend of the mean values of the profile dxy vs eta |
m_dxyEtaChi2 | alignmentTrend of chi2 of the linear fit per profile dxy vs eta |
m_dxyEtaKS | alignmentTrend of Kolmogorow-Smirnov score of comparison of dxy vs eta profile with flat line |
m_dxyEtaHi | alignmentTrend of the highest value of the profile dxy vs eta |
m_dxyEtaLo | alignmentTrend of the lowest value of the profile dxy vs eta |
m_dzPhiMeans | alignmentTrend of the mean values of the profile dz vs phi |
m_dzPhiChi2 | alignmentTrend of chi2 of the linear fit per profile dz vs phi |
m_dzPhiKS | alignmentTrend of Kolmogorow-Smirnov score of comparison of dz vs phi profile with flat line |
m_dzPhiHi | alignmentTrend of the highest value of the profile dz vs phi |
m_dzPhiLo | alignmentTrend of the lowest value of the profile dz vs phi |
m_dzEtaMeans | alignmentTrend of the mean values of the profile dz vs eta |
m_dzEtaChi2 | alignmentTrend of chi2 of the linear fit per profile dz vs eta |
m_dzEtaKS | alignmentTrend of Kolmogorow-Smirnov score of comparison of dz vs eta profile with flat line |
m_dzEtaHi | alignmentTrend of the highest value of the profile dz vs eta |
m_dzEtaLo | alignmentTrend of the lowest value of the profile dz vs eta |
m_dxyVect | map of the unrolled histograms for dxy residuals |
m_dzVect | map of the unrolled histograms for dz residulas |
Definition at line 88 of file OutPVtrends.h.
|
inline |
|
inline |
Definition at line 147 of file OutPVtrends.h.
References m_dxyEtaChi2, m_dxyEtaHi, m_dxyEtaKS, m_dxyEtaLo, m_dxyEtaMeans, m_dxyPhiChi2, m_dxyPhiHi, m_dxyPhiKS, m_dxyPhiLo, m_dxyPhiMeans, m_dxyVect, m_dzEtaChi2, m_dzEtaHi, m_dzEtaKS, m_dzEtaLo, m_dzEtaMeans, m_dzPhiChi2, m_dzPhiHi, m_dzPhiKS, m_dzPhiLo, m_dzPhiMeans, m_dzVect, m_index, and m_runs.
Referenced by outPVtrends().
alignmentTrend outPVtrends::m_dxyEtaChi2 |
Definition at line 130 of file OutPVtrends.h.
Referenced by init().
alignmentTrend outPVtrends::m_dxyEtaHi |
Definition at line 132 of file OutPVtrends.h.
Referenced by init().
alignmentTrend outPVtrends::m_dxyEtaKS |
Definition at line 131 of file OutPVtrends.h.
Referenced by init().
alignmentTrend outPVtrends::m_dxyEtaLo |
Definition at line 133 of file OutPVtrends.h.
Referenced by init().
alignmentTrend outPVtrends::m_dxyEtaMeans |
Definition at line 129 of file OutPVtrends.h.
Referenced by init().
alignmentTrend outPVtrends::m_dxyPhiChi2 |
Definition at line 125 of file OutPVtrends.h.
Referenced by init().
alignmentTrend outPVtrends::m_dxyPhiHi |
Definition at line 127 of file OutPVtrends.h.
Referenced by init().
alignmentTrend outPVtrends::m_dxyPhiKS |
Definition at line 126 of file OutPVtrends.h.
Referenced by init().
alignmentTrend outPVtrends::m_dxyPhiLo |
Definition at line 128 of file OutPVtrends.h.
Referenced by init().
alignmentTrend outPVtrends::m_dxyPhiMeans |
Definition at line 124 of file OutPVtrends.h.
Referenced by init().
std::map<TString, std::vector<unrolledHisto> > outPVtrends::m_dxyVect |
Definition at line 144 of file OutPVtrends.h.
Referenced by init().
alignmentTrend outPVtrends::m_dzEtaChi2 |
Definition at line 140 of file OutPVtrends.h.
Referenced by init().
alignmentTrend outPVtrends::m_dzEtaHi |
Definition at line 142 of file OutPVtrends.h.
Referenced by init().
alignmentTrend outPVtrends::m_dzEtaKS |
Definition at line 141 of file OutPVtrends.h.
Referenced by init().
alignmentTrend outPVtrends::m_dzEtaLo |
Definition at line 143 of file OutPVtrends.h.
Referenced by init().
alignmentTrend outPVtrends::m_dzEtaMeans |
Definition at line 139 of file OutPVtrends.h.
Referenced by init().
alignmentTrend outPVtrends::m_dzPhiChi2 |
Definition at line 135 of file OutPVtrends.h.
Referenced by init().
alignmentTrend outPVtrends::m_dzPhiHi |
Definition at line 137 of file OutPVtrends.h.
Referenced by init().
alignmentTrend outPVtrends::m_dzPhiKS |
Definition at line 136 of file OutPVtrends.h.
Referenced by init().
alignmentTrend outPVtrends::m_dzPhiLo |
Definition at line 138 of file OutPVtrends.h.
Referenced by init().
alignmentTrend outPVtrends::m_dzPhiMeans |
Definition at line 134 of file OutPVtrends.h.
Referenced by init().
std::map<TString, std::vector<unrolledHisto> > outPVtrends::m_dzVect |
Definition at line 145 of file OutPVtrends.h.
Referenced by init().
int outPVtrends::m_index |
Definition at line 122 of file OutPVtrends.h.
Referenced by init().
std::vector<double> outPVtrends::m_runs |
Definition at line 123 of file OutPVtrends.h.
Referenced by init().