FastJet  3.0.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | List of all members
fastjet::BackgroundJetPtDensity Class Reference

Class that implements pt/area_4vector.perp() for background estimation (this is a preliminary class). More...

#include <fastjet/tools/JetMedianBackgroundEstimator.hh>

Inheritance diagram for fastjet::BackgroundJetPtDensity:
Inheritance graph
[legend]
Collaboration diagram for fastjet::BackgroundJetPtDensity:
Collaboration graph
[legend]

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
 FunctionOfPseudoJet (const double &constant_value)
 ctor that creates a constant function
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.

Detailed Description

Class that implements pt/area_4vector.perp() for background estimation (this is a preliminary class).

Definition at line 403 of file JetMedianBackgroundEstimator.hh.

Member Function Documentation

virtual double fastjet::BackgroundJetPtDensity::result ( const PseudoJet pj) const
inlinevirtual

the action of the function this has to be overloaded in derived classes

Parameters
pjthe PseudoJet input to the function

Implements fastjet::FunctionOfPseudoJet< double >.

Definition at line 405 of file JetMedianBackgroundEstimator.hh.


The documentation for this class was generated from the following file: