FastJet  3.4.0
Public Member Functions | List of all members
fastjet::VoronoiAreaSpec Class Reference

Specification for the computation of the Voronoi jet area. More...

#include <fastjet/AreaDefinition.hh>

Public Member Functions

 VoronoiAreaSpec ()
 default constructor (effective_Rfact = 1);
 
 VoronoiAreaSpec (double effective_Rfact_in)
 constructor that allows you to set effective_Rfact.
 
double effective_Rfact () const
 return the value of effective_Rfact
 
std::string description () const
 return a textual description of the area definition.
 

Detailed Description

Specification for the computation of the Voronoi jet area.

class for holding a "Voronoi area" specification; an area will be assigned to each particle, which is the area of the intersection of the particle's Voronoi cell with a circle of radius R*effective_Rfact.

Definition at line 50 of file AreaDefinition.hh.


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