FastJet
3.1.3
|
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. | |
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.