|
FastJet 3.5.0
|
Class that implements 
#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) | |
Public Member Functions inherited from fastjet::FunctionOfPseudoJet< double > | |
| FunctionOfPseudoJet () | |
| default ctor | |
| virtual | ~FunctionOfPseudoJet () |
| default dtor (virtual to allow safe polymorphism) | |
| double | operator() (const PseudoJet &pj) const |
| apply the function using the "traditional" () operator. | |
| std::vector< double > | operator() (const std::vector< PseudoJet > &pjs) const |
| apply the function on a vector of PseudoJet, returning a vector of the results. | |
Class that implements 
This is useful for correcting jet masses in cases where the event involves massive particles.
Definition at line 546 of file JetMedianBackgroundEstimator.hh.
|
inlinevirtual |
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 548 of file JetMedianBackgroundEstimator.hh.
|
inlinevirtual |
returns a description of the function (an empty string by default)
Reimplemented from fastjet::FunctionOfPseudoJet< double >.
Definition at line 557 of file JetMedianBackgroundEstimator.hh.