FastJet  3.3.2
Public Member Functions | List of all members
fastjet::CDFJetCluPlugin Class Reference

Implementation of the JetClu algorithm from CDF (plugin for fastjet-v2.1 upwards) More...

#include <fastjet/CDFJetCluPlugin.hh>

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

Public Member Functions

 CDFJetCluPlugin (double cone_radius_in, double overlap_threshold_in, double seed_threshold_in=1.0, int iratch_in=1)
 a compact constructor
 
 CDFJetCluPlugin (double seed_threshold_in, double cone_radius_in, int adjacency_cut_in, int max_iterations_in, int iratch_in, double overlap_threshold_in)
 a constructor that looks like the one provided by CDF
 
double seed_threshold () const
 
double cone_radius () const
 
int adjacency_cut () const
 
int max_iterations () const
 
int iratch () const
 
double overlap_threshold () const
 
virtual std::string description () const
 return a textual description of the jet-definition implemented in this plugin
 
virtual void run_clustering (ClusterSequence &) const
 given a ClusterSequence that has been filled up with initial particles, the following function should fill up the rest of the ClusterSequence, using the following member functions of ClusterSequence: More...
 
virtual double R () const
 the plugin mechanism's standard way of accessing the jet radius
 
- Public Member Functions inherited from fastjet::JetDefinition::Plugin
virtual bool supports_ghosted_passive_areas () const
 return true if there is specific support for the measurement of passive areas, in the sense that areas determined from all particles below the ghost separation scale will be a passive area. More...
 
virtual void set_ghost_separation_scale (double scale) const
 set the ghost separation scale for passive area determinations in future runs (strictly speaking that makes the routine a non const, so related internal info must be stored as a mutable)
 
virtual double ghost_separation_scale () const
 
virtual bool exclusive_sequence_meaningful () const
 if this returns false then a warning will be given whenever the user requests "exclusive" jets from the cluster sequence
 
virtual bool is_spherical () const
 returns true if the plugin implements an algorithm intended for use on a spherical geometry (e.g. More...
 
virtual ~Plugin ()
 a destructor to be replaced if necessary in derived classes...
 

Detailed Description

Implementation of the JetClu algorithm from CDF (plugin for fastjet-v2.1 upwards)

Definition at line 46 of file CDFJetCluPlugin.hh.

Member Function Documentation

◆ run_clustering()

void fastjet::CDFJetCluPlugin::run_clustering ( ClusterSequence ) const
virtual

given a ClusterSequence that has been filled up with initial particles, the following function should fill up the rest of the ClusterSequence, using the following member functions of ClusterSequence:

  • plugin_do_ij_recombination(...)
  • plugin_do_iB_recombination(...)

Implements fastjet::JetDefinition::Plugin.

Definition at line 63 of file CDFJetCluPlugin.cc.


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