#include <Histograms.h>
Inherits Histograms.
Public Member Functions | |
void | Clear () override |
void | Fill (const reco::Particle::LorentzVector &recoP1, const reco::Particle::LorentzVector &genP1, const reco::Particle::LorentzVector &recoP2, const reco::Particle::LorentzVector &genP2) override |
double | Get (const reco::Particle::LorentzVector &recoP1, const TString &covarianceName) override |
HCovarianceVSParts (const TString &inputFileName, const TString &name) | |
Constructor reading the histograms from file. More... | |
HCovarianceVSParts (TFile *outputFile, const TString &name, const double &ptMax) | |
void | Write () override |
~HCovarianceVSParts () override | |
Protected Attributes | |
std::map< TString, HCovarianceVSxy * > | mapHisto_ |
bool | readMode_ |
This class uses the HCovariance histograms to compute the covariances between the two input muons kinematic quantities. The covariances are computed against pt and eta.
Definition at line 2086 of file Histograms.h.
|
inline |
Definition at line 2088 of file Histograms.h.
References ALCARECOTkAlBeamHalo_cff::etaMax, ALCARECOTkAlBeamHalo_cff::etaMin, mapHisto_, Skims_PA_cff::name, AlignmentTrackSelector_cfi::ptMax, ptMin, and readMode_.
|
inline |
Constructor reading the histograms from file.
Definition at line 2133 of file Histograms.h.
References dtResolutionTest_cfi::inputFile, InefficientDoubleROC::inputFileName, mapHisto_, Skims_PA_cff::name, and readMode_.
|
inlineoverride |
Definition at line 2156 of file Histograms.h.
References timingPdfMaker::histo, and mapHisto_.
|
inlineoverride |
Definition at line 2244 of file Histograms.h.
References timingPdfMaker::histo, and mapHisto_.
|
inlineoverride |
Definition at line 2167 of file Histograms.h.
References MuScleFitUtils::deltaPhiNoFabs(), HLT_2018_cff::eta1, HLT_2018_cff::eta2, mapHisto_, HLT_2018_cff::pt1, and HLT_2018_cff::pt2.
|
inlineoverride |
Definition at line 2163 of file Histograms.h.
References mapHisto_.
|
inlineoverride |
Definition at line 2235 of file Histograms.h.
References timingPdfMaker::histo, mapHisto_, and readMode_.
|
protected |
Definition at line 2252 of file Histograms.h.
Referenced by Clear(), Fill(), Get(), HCovarianceVSParts(), Write(), and ~HCovarianceVSParts().
|
protected |
Definition at line 2253 of file Histograms.h.
Referenced by HCovarianceVSParts(), and Write().