#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 10 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 14 of file VoronoiBackground.cc.
|
virtual |
Definition at line 24 of file VoronoiBackground.cc.
|
inline |
Definition at line 24 of file VoronoiBackground.h.
References voronoi_area.
Referenced by JetTester_HeavyIons::analyze(), and JetAnalyzer_HeavyIons::analyze().
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 16 of file VoronoiBackground.h.
References pt_posteq.
Referenced by Particle.Particle::__str__(), DiObject.DiMuon::__str__(), JetTester_HeavyIons::analyze(), JetAnalyzer_HeavyIons::analyze(), Photon.Photon::calScaledIsoValue(), Electron.Electron::mvaIDLoose(), Electron.Electron::mvaIDTight(), VoronoiSubtractor::offsetCorrectJets(), Lepton.Lepton::relEffAreaIso(), Lepton.Lepton::relIso(), and VoronoiSubtractor::subtractPedestal().
|
inline |
|
inline |
Definition at line 18 of file VoronoiBackground.h.
References pt_preeq.
Referenced by JetTester_HeavyIons::analyze(), and JetAnalyzer_HeavyIons::analyze().
|
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().