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>
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.
◆ Extras()
fastjet::JetMedianBackgroundEstimator::Extras::Extras |
( |
| ) |
|
|
inline |
◆ reference_jet()
PseudoJet fastjet::JetMedianBackgroundEstimator::Extras::reference_jet |
( |
| ) |
const |
|
inline |
◆ n_jets_used()
unsigned int fastjet::JetMedianBackgroundEstimator::Extras::n_jets_used |
( |
| ) |
const |
|
inline |
◆ n_empty_jets()
double fastjet::JetMedianBackgroundEstimator::Extras::n_empty_jets |
( |
| ) |
const |
|
inline |
◆ empty_area()
double fastjet::JetMedianBackgroundEstimator::Extras::empty_area |
( |
| ) |
const |
|
inline |
◆ set_reference_jet()
void fastjet::JetMedianBackgroundEstimator::Extras::set_reference_jet |
( |
const PseudoJet & |
reference_jet_in | ) |
|
|
inline |
◆ set_n_jets_used()
void fastjet::JetMedianBackgroundEstimator::Extras::set_n_jets_used |
( |
int |
n_jets_used_in | ) |
|
|
inline |
◆ set_n_empty_jets()
void fastjet::JetMedianBackgroundEstimator::Extras::set_n_empty_jets |
( |
double |
n_empty_jets_in | ) |
|
|
inline |
◆ set_empty_area()
void fastjet::JetMedianBackgroundEstimator::Extras::set_empty_area |
( |
double |
empty_area_in | ) |
|
|
inline |
◆ _reference_jet
PseudoJet fastjet::JetMedianBackgroundEstimator::Extras::_reference_jet |
|
protected |
◆ _n_jets_used
unsigned int fastjet::JetMedianBackgroundEstimator::Extras::_n_jets_used |
|
protected |
◆ _n_empty_jets
double fastjet::JetMedianBackgroundEstimator::Extras::_n_empty_jets |
|
protected |
◆ _empty_area
double fastjet::JetMedianBackgroundEstimator::Extras::_empty_area |
|
protected |
The documentation for this class was generated from the following file: