#include <Histograms.h>
Public Member Functions | |
void | Fill (const reco::Particle::LorentzVector &p4, const double &resValue, const int charge) override |
HFunctionResolutionVarianceCheck (TFile *outputFile, const TString &name, const double ptMax=200) | |
void | Write () override |
~HFunctionResolutionVarianceCheck () override | |
Public Member Functions inherited from HFunctionResolution | |
void | Clear () override |
void | Fill (const reco::Particle::LorentzVector &p4, const double &resValue, const int charge) override |
HFunctionResolution (TFile *outputFile, const TString &name, const double &ptMax=100, const int totBinsY=300) | |
void | Write () override |
~HFunctionResolution () override | |
Protected Attributes | |
TH1D *** | histoVarianceCheck_ |
Protected Attributes inherited from HFunctionResolution | |
double | deltaX_ |
double | deltaY_ |
TH1F * | hReso_ |
TProfile * | hResoVSEta_prof_ |
TProfile * | hResoVSPhi_prof_ |
TProfile * | hResoVSPhiMinus_prof_ |
TProfile * | hResoVSPhiPlus_prof_ |
TProfile * | hResoVSPt_Bar_prof_ |
TProfile * | hResoVSPt_Endc_17_prof_ |
TProfile * | hResoVSPt_Endc_20_prof_ |
TProfile * | hResoVSPt_Endc_24_prof_ |
TProfile * | hResoVSPt_Ovlap_prof_ |
TProfile * | hResoVSPt_prof_ |
TH2F * | hResoVSPtEta_ |
int ** | resoCount_ |
double ** | resoVsPtEta_ |
int | totBinsX_ |
int | totBinsY_ |
double | xMin_ |
double | yMin_ |
Additional Inherited Members | |
Protected Member Functions inherited from HFunctionResolution | |
int | getXindex (const double &x) const |
int | getYindex (const double &y) const |
Definition at line 1741 of file Histograms.h.
|
inline |
Definition at line 1743 of file Histograms.h.
References histoVarianceCheck_, mps_fire::i, dqmiolumiharvest::j, Skims_PA_cff::name, HFunctionResolution::totBinsX_, and HFunctionResolution::totBinsY_.
|
inlineoverride |
Definition at line 1757 of file Histograms.h.
References histoVarianceCheck_, mps_fire::i, dqmiolumiharvest::j, HFunctionResolution::totBinsX_, and HFunctionResolution::totBinsY_.
|
inlineoverride |
Definition at line 1766 of file Histograms.h.
References ALCARECOTkAlJpsiMuMu_cff::charge, HFunctionResolution::Fill(), HFunctionResolution::getXindex(), HFunctionResolution::getYindex(), histoVarianceCheck_, HFunctionResolution::totBinsX_, and HFunctionResolution::totBinsY_.
|
inlineoverride |
Definition at line 1779 of file Histograms.h.
References histoVarianceCheck_, HFunctionResolution::totBinsX_, HFunctionResolution::totBinsY_, HFunctionResolution::Write(), photonAnalyzer_cfi::xBin, and photonAnalyzer_cfi::yBin.
|
protected |
Definition at line 1791 of file Histograms.h.
Referenced by Fill(), HFunctionResolutionVarianceCheck(), Write(), and ~HFunctionResolutionVarianceCheck().