#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::auto_ptr< HDelta > | muMinus |
std::auto_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 2144 of file Histograms.h.
|
inline |
Definition at line 2147 of file Histograms.h.
References mps_fire::i, and dataset::name.
|
inlineoverride |
|
inlineoverride |
|
inlineoverride |
Definition at line 2176 of file Histograms.h.
References HcalObjRepresent::Fill().
|
inlineoverride |
Definition at line 2187 of file Histograms.h.
References gather_cfg::cout, MuScleFitUtils::deltaPhi(), and mps_fire::i.
|
inlineoverride |
|
protected |
Definition at line 2271 of file Histograms.h.
|
protected |
Definition at line 2273 of file Histograms.h.
|
protected |
Definition at line 2274 of file Histograms.h.
|
protected |
Definition at line 2272 of file Histograms.h.