FastJet 3.0.2
|
Class that implements (scalar pt sum of jet)/(scalar area of jet) for background estimation (this is a preliminary class). More...
#include <fastjet/tools/JetMedianBackgroundEstimator.hh>
Public Member Functions | |
BackgroundJetScalarPtDensity () | |
Default constructor provides background estimation with scalar pt sum. | |
BackgroundJetScalarPtDensity (double n) | |
Constructor to provide background estimation based on . | |
virtual double | result (const PseudoJet &jet) const |
the action of the function this _has_ to be overloaded in derived classes | |
virtual std::string | description () const |
returns a description of the function (an empty string by default) |
Class that implements (scalar pt sum of jet)/(scalar area of jet) for background estimation (this is a preliminary class).
Optionally it can return a quantity based on the sum of pt^n, e.g. for use in subtracting fragementation function moments.
Definition at line 420 of file JetMedianBackgroundEstimator.hh.
double fastjet::BackgroundJetScalarPtDensity::result | ( | const PseudoJet & | pj | ) | const [virtual] |
the action of the function this _has_ to be overloaded in derived classes
pj | the PseudoJet input to the function |
Implements fastjet::FunctionOfPseudoJet< double >.
Definition at line 38 of file JetMedianBackgroundEstimator.cc.