#include <Histograms.h>
Inherits Histograms.
Public Member Functions | |
void | Clear () override |
void | Fill (const reco::Particle::LorentzVector &recoP1, const int charge1, const reco::Particle::LorentzVector &genP1, const reco::Particle::LorentzVector &recoP2, const int charge2, const reco::Particle::LorentzVector &genP2, const double &recoMass, const double &genMass) override |
void | Fill (const reco::Particle::LorentzVector &recoP1, const int charge1, const reco::Particle::LorentzVector &recoP2, const int charge2, const double &recoMass, const double &genMass) override |
HMassResolutionVSPart (TFile *outputFile, const TString &name) | |
void | Write () override |
~HMassResolutionVSPart () override | |
Protected Attributes | |
std::map< TString, TH1 * > | mapHisto_ |
std::unique_ptr< HDelta > | muMinus |
std::unique_ptr< HDelta > | muPlus |
TString | nameSuffix_ [2] |
A set of histograms for resolution. The fill method requires the two selected muons, their charges and the reconstructed and generated masses. It evaluates the resolution on the mass vs: Pt of the pair DeltaEta of the pair DeltaPhi of the pair pt, eta and phi of the plus and minus muon separately
Definition at line 2267 of file Histograms.h.
|
inline |
Definition at line 2269 of file Histograms.h.
References mps_fire::i, mapHisto_, muMinus, muPlus, Skims_PA_cff::name, and nameSuffix_.
|
inlineoverride |
Definition at line 2297 of file Histograms.h.
References timingPdfMaker::histo, and mapHisto_.
|
inlineoverride |
|
inlineoverride |
Definition at line 2303 of file Histograms.h.
References muMinus, and muPlus.
|
inlineoverride |
Definition at line 2317 of file Histograms.h.
References gather_cfg::cout, MuScleFitUtils::deltaPhi(), mps_fire::i, mapHisto_, and nameSuffix_.
|
inlineoverride |
Definition at line 2368 of file Histograms.h.
References hippyaddtobaddatafiles::cd(), timingPdfMaker::histo, mapHisto_, muMinus, and muPlus.
|
protected |
Definition at line 2402 of file Histograms.h.
Referenced by Clear(), Fill(), HMassResolutionVSPart(), Write(), and ~HMassResolutionVSPart().
|
protected |
Definition at line 2404 of file Histograms.h.
Referenced by Clear(), Fill(), HMassResolutionVSPart(), and Write().
|
protected |
Definition at line 2405 of file Histograms.h.
Referenced by Clear(), Fill(), HMassResolutionVSPart(), and Write().
|
protected |
Definition at line 2403 of file Histograms.h.
Referenced by Fill(), and HMassResolutionVSPart().