FastJet 3.0.4
Public Member Functions
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]

List of all members.

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:
virtual double R () const
 the plugin mechanism's standard way of accessing the jet radius

Detailed Description

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

Definition at line 44 of file CDFJetCluPlugin.hh.


Member Function Documentation

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 61 of file CDFJetCluPlugin.cc.


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