FastJet
3.4.0
|
an internal class to hold results of the calculation that are to be assigned to the "extras" part of a BackgroundEstimate More...
#include <fastjet/tools/JetMedianBackgroundEstimator.hh>
Public Member Functions | |
PseudoJet | reference_jet () const |
returns the current reference jet | |
unsigned int | n_jets_used () const |
returns the number of jets used to estimate the background | |
double | n_empty_jets () const |
returns the number of empty (pure-ghost) jets | |
double | empty_area () const |
returns the empty (pure-ghost/unclustered) area! | |
void | set_reference_jet (const PseudoJet &reference_jet_in) |
void | set_n_jets_used (int n_jets_used_in) |
void | set_n_empty_jets (double n_empty_jets_in) |
void | set_empty_area (double empty_area_in) |
Protected Attributes | |
PseudoJet | _reference_jet |
current reference jet | |
unsigned int | _n_jets_used |
number of jets used to estimate the background | |
double | _n_empty_jets |
number of empty (pure-ghost) jets | |
double | _empty_area |
the empty (pure-ghost/unclustered) area! | |
an internal class to hold results of the calculation that are to be assigned to the "extras" part of a BackgroundEstimate
Definition at line 396 of file JetMedianBackgroundEstimator.hh.