#include <VoronoiBackground.h>
Public Member Functions | |
double | area () const |
double | mt () const |
double | mt_equalized () const |
double | mt_initial () const |
double | pt () const |
double | pt_equalized () const |
double | pt_subtracted () const |
VoronoiBackground () | |
VoronoiBackground (double pt0, double pt1, double mt0, double mt1, double v) | |
virtual | ~VoronoiBackground () |
Protected Attributes | |
double | mt_posteq |
double | mt_preeq |
double | pt_posteq |
double | pt_preeq |
double | voronoi_area |
Definition at line 11 of file VoronoiBackground.h.
VoronoiBackground::VoronoiBackground | ( | ) |
Definition at line 4 of file VoronoiBackground.cc.
VoronoiBackground::VoronoiBackground | ( | double | pt0, |
double | pt1, | ||
double | mt0, | ||
double | mt1, | ||
double | v | ||
) |
Definition at line 6 of file VoronoiBackground.cc.
|
virtual |
Definition at line 9 of file VoronoiBackground.cc.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 17 of file VoronoiBackground.h.
References pt_posteq.
Referenced by Particle.Particle::__str__(), DiObject.DiMuon::__str__(), Photon.Photon::calScaledIsoValueExp(), Photon.Photon::calScaledIsoValueLin(), Photon.Photon::calScaledIsoValueQuadr(), Electron.Electron::mvaIDLoose(), Electron.Electron::mvaIDRun2(), Electron.Electron::mvaIDTight(), datamodel.Object::p4(), Electron.Electron::ptErr(), ntupleDataFormat.Track::ptPull(), Lepton.Lepton::relIso(), Lepton.Lepton::relIsoFromEA(), Lepton.Lepton::relIsoR(), and Jet.Jet::setCorrP4().
|
inline |
|
inline |
|
protected |
Definition at line 32 of file VoronoiBackground.h.
Referenced by mt(), and mt_equalized().
|
protected |
Definition at line 31 of file VoronoiBackground.h.
Referenced by mt_initial().
|
protected |
Definition at line 29 of file VoronoiBackground.h.
Referenced by pt(), and pt_equalized().
|
protected |
Definition at line 28 of file VoronoiBackground.h.
Referenced by pt_subtracted().
|
protected |
Definition at line 34 of file VoronoiBackground.h.
Referenced by area().