FastJet 3.0alpha3
Public Member Functions
fastjet::BackgroundJetPtDensity Class Reference

Class that implements pt/area_4vector.perp() for background estimation. More...

#include <BackgroundEstimator.hh>

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

List of all members.

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)

Detailed Description

Class that implements pt/area_4vector.perp() for background estimation.

Definition at line 66 of file BackgroundEstimator.hh.


Member Function Documentation

virtual double fastjet::BackgroundJetPtDensity::result ( const PseudoJet pj) const [inline, virtual]

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 68 of file BackgroundEstimator.hh.

References fastjet::PseudoJet::area_4vector(), and fastjet::PseudoJet::perp().

                                                     {
    return jet.perp() / jet.area_4vector().perp();
  }

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends