FastJet 3.0.2
|
Class that implements pt/area_4vector.perp() for background estimation (this is a preliminary class). More...
#include <fastjet/tools/JetMedianBackgroundEstimator.hh>
Public Member Functions | |
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 pt/area_4vector.perp() for background estimation (this is a preliminary class).
Definition at line 403 of file JetMedianBackgroundEstimator.hh.
virtual double fastjet::BackgroundJetPtDensity::result | ( | const PseudoJet & | pj | ) | const [inline, 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 405 of file JetMedianBackgroundEstimator.hh.