FastJet 3.0.4
Public Member Functions
fastjet::ClusterSequenceVoronoiArea Class Reference

Like ClusterSequence with computation of the Voronoi jet area. More...

#include <fastjet/ClusterSequenceVoronoiArea.hh>

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

List of all members.

Public Member Functions

template<class L >
 ClusterSequenceVoronoiArea (const std::vector< L > &pseudojets, const JetDefinition &jet_def, const VoronoiAreaSpec &spec=VoronoiAreaSpec(), const bool &writeout_combinations=false)
 template ctor
 ~ClusterSequenceVoronoiArea ()
 default dtor
virtual double area (const PseudoJet &jet) const
 return the area associated with the given jet
virtual PseudoJet area_4vector (const PseudoJet &jet) const
 return a 4-vector area associated with the given jet -- stricly this is not the exact 4-vector area, but rather an approximation made of sums of centres of all Voronoi cells in jet, each contributing with a normalisation equal to the area of the cell
virtual double area_error (const PseudoJet &) const
 return the error of the area associated with the given jet (0 by definition for a voronoi area)

Detailed Description

Like ClusterSequence with computation of the Voronoi jet area.

Handle the computation of Voronoi jet area.

This class should not be used directly. Rather use ClusterSequenceArea with the appropriate AreaDefinition

Definition at line 48 of file ClusterSequenceVoronoiArea.hh.


Constructor & Destructor Documentation

template<class L >
fastjet::ClusterSequenceVoronoiArea::ClusterSequenceVoronoiArea ( const std::vector< L > &  pseudojets,
const JetDefinition jet_def,
const VoronoiAreaSpec spec = VoronoiAreaSpec(),
const bool &  writeout_combinations = false 
)

template ctor

template constructor need to be specified in the header!

Parameters:
pseudojetlist of jets (template type)
jet_defjet definition
effective_Rfacteffective radius
writeout_combinations??????

Definition at line 101 of file ClusterSequenceVoronoiArea.hh.


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